Renderer
An abstraction that shares the common properties of KmlRenderer and GeoJsonRenderer
Inheritors
Constructors
Link copied to clipboard
constructor(map: GoogleMap, context: Context, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager, @Nullable imagesCache: Renderer.ImagesCache)
Creates a new Renderer object for KML features
constructor(map: GoogleMap, features: HashMap<out Feature, Any>, markerManager: MarkerManager, polygonManager: PolygonManager, polylineManager: PolylineManager, groundOverlayManager: GroundOverlayManager)
Creates a new Renderer object for GeoJSON features
Types
Link copied to clipboard
class ImagesCache
Functions
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