public static final class StreetsideURL.APIv3 extends Object
Modifier | Constructor and Description |
---|---|
private |
APIv3() |
Modifier and Type | Method and Description |
---|---|
static URL |
getUser(String key) |
static URL |
parseNextFromLinkHeaderValue(String value)
The APIv3 returns a Link header for each request.
|
static String |
queryStreetsideString(Bounds bounds) |
static String |
queryString(Bounds bounds) |
static URL |
searchDetections(Bounds bounds) |
static URL |
searchImages(Bounds bounds) |
static URL |
searchMapObjects(Bounds bounds) |
static URL |
searchStreetsideImages(Bounds bounds) |
static URL |
searchStreetsideSequences(Bounds bounds) |
static URL |
submitChangeset() |
static URL |
userURL() |
private static final String BASE_URL
private APIv3()
public static URL submitChangeset()
public static URL searchDetections(Bounds bounds)
public static URL searchImages(Bounds bounds)
public static URL searchStreetsideImages(Bounds bounds)
public static URL searchMapObjects(Bounds bounds)
public static URL searchStreetsideSequences(Bounds bounds)
public static URL parseNextFromLinkHeaderValue(String value)
value
- the value of the HTTP-header with key "Link"URL
for the next result page, or null
if no such URL could be foundpublic static String queryString(Bounds bounds)
public static String queryStreetsideString(Bounds bounds)