GeoJSONSourceData

open fun GeoJSONSourceData(@NonNull value: Geometry)

Create a variant from Geometry.

Parameters

value

Geometry to wrap

open fun GeoJSONSourceData(@NonNull value: Feature)

Create a variant from Feature.

Parameters

value

Feature to wrap

open fun GeoJSONSourceData(@NonNull value: List<Feature>)

Create a variant from List.

Parameters

value

Listto wrap

open fun GeoJSONSourceData(@NonNull value: String)

Create a variant from String.

Parameters

value

String to wrap