Geo Json Renderer
Renders GeoJsonFeature objects onto the GoogleMap as Marker, Polyline and Polygon objects. Also removes GeoJsonFeature objects and redraws features when updated.
Functions
Link copied to clipboard
Adds a new GeoJsonFeature to the map if its geometry property is not null.
Link copied to clipboard
Adds all of the stored features in the layer onto the map if the layer is not already on the map.
Link copied to clipboard
Link copied to clipboard
Gets a set containing Features
Link copied to clipboard
Gets the ground overlays on the current layer
Link copied to clipboard
getValues is called to retrieve the values stored in the mFeatures hashmap.
Link copied to clipboard
Checks if layer has been added to map
Link copied to clipboard
Removes a GeoJsonFeature from the map if its geometry property is not null
Link copied to clipboard
Removes all GeoJsonFeature objects stored in the mFeatures hashmap from the map
Link copied to clipboard
Update is called if the developer sets a style or geometry in a GeoJsonFeature object