@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
.