abstract fun setGeoJson(@NonNull geoJson: String): Unit
Sets the GeoJSON data for the source using String.
String
abstract fun setGeoJson(@NonNull geoJson: GeoJsonObject): Unit
Sets the GeoJSON data for the source using GeoJsonObject.
GeoJsonObject