GeoJSONSourceData
open class GeoJSONSourceData
Content copied to clipboard
Constructors
GeoJSONSourceData
Link copied to clipboard
Create a variant from Geometry.
GeoJSONSourceData
Link copied to clipboard
Create a variant from Feature.
GeoJSONSourceData
Link copied to clipboard
Create a variant from List.
GeoJSONSourceData
Link copied to clipboard
Create a variant from String.
Types
Functions
getFeature
Link copied to clipboard
Get content with type Feature from the variant.
getGeometry
Link copied to clipboard
Get content with type Geometry from the variant.
getTypeInfo
Link copied to clipboard
Get type info enum of the variant.
isGeometry
Link copied to clipboard
Check if the content of variant has type Geometry.
valueOf
Link copied to clipboard
Create a variant from Feature.
Create a variant from Geometry.
Create a variant from String.
Create a variant from List.