public static final class StreetsideURL.MainWebsite extends Object
| Modifier | Constructor and Description |
|---|---|
private |
MainWebsite() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
blurEditImage(String key)
Gives you the URL for the blur editor of the image with the given key.
|
static URL |
browseImage(String id)
Gives you the URL for the online viewer of a specific Streetside image.
|
static URL |
connect(String redirectURI)
Gives you the URL which the user should visit to initiate the OAuth authentication process
|
static URL |
mapObjectIcon(String key) |
static URL |
streetsidePrivacyLink(String id)
Gives you the URL for the blur editor of the image with the given key.
|
private static final String BASE_URL
private MainWebsite()
public static URL browseImage(String id)
id - the id of the image to which you want to linkIllegalArgumentException - if the image key is nullpublic static URL blurEditImage(String key)
key - the key of the image for which you want to open the blur editorIllegalArgumentException - if the image key is nullpublic static URL streetsidePrivacyLink(String id)
id - the key of the image for which you want to open the blur editorIllegalArgumentException - if the image key is nullpublic static URL connect(String redirectURI)
redirectURI - the URI to which the user will be redirected when the authentication is finished.
When this is null, it's omitted from the query string.public static URL mapObjectIcon(String key)