public static final class StreetsideURL.APIv3 extends Object
Modifier | Constructor and Description |
---|---|
private |
APIv3() |
Modifier and Type | Method and Description |
---|---|
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 |
searchStreetsideImages(Bounds bounds) |
static URL |
searchStreetsideSequences(Bounds bounds) |
private APIv3()
public static URL searchStreetsideImages(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)