public interface UIMapSettings
Modifier and Type | Method and Description |
---|---|
void |
setStyleJson(java.lang.String styleJson)
Sets the JSON content of the style used to display the map and reloads the style
asynchronously.
|
void |
setStyleUrl(java.lang.String styleUrl)
Sets the URL to the style used to display the map and reloads the style asynchronously.
|
void setStyleUrl(java.lang.String styleUrl)
styleUrl
- The URL to the style.void setStyleJson(java.lang.String styleJson)
styleJson
- The JSON content of the style.