public static final class StreetsideURL.MainWebsite extends Object
Modifier | Constructor and Description |
---|---|
private |
MainWebsite() |
Modifier and Type | Method and Description |
---|---|
static URL |
browseImage(String id)
Gives you the URL for the online viewer of a specific Streetside image.
|
static URL |
streetsidePrivacyLink(String id)
Gives you the URL for the blur editor of the image with the given key.
|
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 null
public 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 null