GeoJSONData

fun GeoJSONData(value: String)

Construct the GeoJSONData with String.


fun GeoJSONData(value: Feature)

Construct the GeoJSONData with Feature.


fun GeoJSONData(value: List<Feature>)

Construct the GeoJSONData with a list of Feature.


fun GeoJSONData(value: Geometry)

Construct the GeoJSONData with Geometry.


Parameters

data

the GeoJSONSourceData to be used with native renderer.