Layer
An abstraction that shares the common properties of KmlLayer and GeoJsonLayer
Inheritors
Types
Link copied to clipboard
                  interface OnFeatureClickListener
Callback interface for when a map object is clicked.
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Gets the default style used to render GeoJsonLineStrings.
Link copied to clipboard
                  Gets the default style used to render GeoJsonPoints.
Link copied to clipboard
                  Gets the default style used to render GeoJsonPolygons.
Link copied to clipboard
                  Retrieves a corresponding Feature instance for the given Object Allows maps with multiple layers to determine which layer the Object belongs to.
Link copied to clipboard
                  Gets an iterable of all Feature elements that have been added to the layer
Link copied to clipboard
                  Checks if the current layer has been added to the map
Link copied to clipboard
                  Removes all the data from the map and clears all the stored placemarks
Link copied to clipboard
                  Sets a single click listener for the entire GoogleMap object, that will be called with the corresponding Feature object when an object on the map (Polygon, Marker, Polyline) is clicked.