Geo Json Feature
A GeoJsonFeature has a geometry, bounding box, id and set of properties. Styles are also stored in this class.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the array containing the coordinates of the bounding box for the feature.
Link copied to clipboard
Gets the geometry object
Link copied to clipboard
Returns the style used to render GeoJsonLineStrings
Link copied to clipboard
Gets a MarkerOptions object from mPointStyle containing styles for the GeoJsonPoint
Link copied to clipboard
Returns the style used to render GeoJsonPoints
Link copied to clipboard
Gets a PolygonOptions object from mPolygonStyle containing styles for the GeoJsonPolygon
Link copied to clipboard
Returns the style used to render GeoJsonPolygons
Link copied to clipboard
Gets a Polyline object from mLineStringStyle containing styles for the GeoJsonLineString
Link copied to clipboard
Gets the property entry set
Link copied to clipboard
Gets the value for a stored property
Link copied to clipboard
Returns all the stored property keys
Link copied to clipboard
Link copied to clipboard
Checks if the geometry is assigned
Link copied to clipboard
Gets whether the placemark has properties
Link copied to clipboard
Checks whether the given property key exists
Link copied to clipboard
Link copied to clipboard
Removes a given property
Link copied to clipboard
Sets the stored Geometry and redraws it on the layer if it has already been added
Link copied to clipboard
Sets the style used to render GeoJsonLineStrings
Link copied to clipboard
Sets the style used to render GeoJsonPoints
Link copied to clipboard
Sets the style used to render GeoJsonPolygons
Link copied to clipboard
Store a new property key and value
Link copied to clipboard
Update is called if the developer modifies a style that is stored in this feature