Geo JSONSource Data
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
get Feature
Link copied to clipboard
Get content with type Feature from the variant.
get Geometry
Link copied to clipboard
Get content with type Geometry from the variant.
get Type Info
Link copied to clipboard
Get type info enum of the variant.
is Geometry
Link copied to clipboard
Check if the content of variant has type Geometry.
value Of
Link copied to clipboard
Create a variant from Feature.
Create a variant from Geometry.
Create a variant from String.
Create a variant from List.