public static final class StreetsideURL.APIv3 extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
APIv3() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
parseNextFromLinkHeaderValue(java.lang.String value)
The APIv3 returns a Link header for each request.
|
static java.lang.String |
queryStreetsideString(org.openstreetmap.josm.data.Bounds bounds) |
static java.lang.String |
queryString(org.openstreetmap.josm.data.Bounds bounds) |
static java.net.URL |
searchStreetsideImages(org.openstreetmap.josm.data.Bounds bounds) |
static java.net.URL |
searchStreetsideSequences(org.openstreetmap.josm.data.Bounds bounds) |
private APIv3()
public static java.net.URL searchStreetsideImages(org.openstreetmap.josm.data.Bounds bounds)
public static java.net.URL searchStreetsideSequences(org.openstreetmap.josm.data.Bounds bounds)
public static java.net.URL parseNextFromLinkHeaderValue(java.lang.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 java.lang.String queryString(org.openstreetmap.josm.data.Bounds bounds)
public static java.lang.String queryStreetsideString(org.openstreetmap.josm.data.Bounds bounds)