@Beta(year=2020,
month=6)
public interface GeoJsonSource
extends Source
| Modifier and Type | Method and Description |
|---|---|
void |
setGeoJson(com.tomtom.online.sdk.common.geojson.GeoJsonObject geoJson)
Sets the GeoJSON data for the source using
GeoJsonObject. |
void |
setGeoJson(java.lang.String geoJson)
Sets the GeoJSON data for the source using
String. |
void |
setUrl(java.lang.String url)
Sets the URL of GeoJSON data for the source.
|
@Beta(year=2020,
month=6)
void setUrl(@NonNull
java.lang.String url)
@Beta(year=2020,
month=6)
void setGeoJson(@NonNull
java.lang.String geoJson)
String.@Beta(year=2020,
month=6)
void setGeoJson(@NonNull
com.tomtom.online.sdk.common.geojson.GeoJsonObject geoJson)
GeoJsonObject.