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

setGeoJson

abstract fun setGeoJson(@NonNull geoJson: String): Unit

Sets the GeoJSON data for the source using String.

abstract fun setGeoJson(@NonNull geoJson: GeoJsonObject): Unit

Sets the GeoJSON data for the source using GeoJsonObject.