sdk-maps / com.tomtom.online.sdk.map.style.sources / GeoJsonSource / setGeoJson

setGeoJson

@Beta(2020, 12) abstract fun setGeoJson(@NonNull geoJson: String): Unit

Sets the GeoJSON data for the source using String.

@Beta(2020, 12) abstract fun setGeoJson(@NonNull geoJson: GeoJsonObject): Unit

Sets the GeoJSON data for the source using GeoJsonObject.