From ce5f8007ea64dd1df1df7b6792da1da4eeea3cf6 Mon Sep 17 00:00:00 2001
From: googlemaps-bot
The map to manage.
Add a single marker to the map.
The marker to add.
@@ -21,7 +21,7 @@The minimum zoom level to display the marker.
The maximum zoom level to display the marker.
-Add many markers at once. Does not actually update the map, just the internal grid.
The minimum zoom level to display the markers.
The maximum zoom level to display the markers.
-Removes all markers in the manager, and removes any visible markers from the map.
-Returns a marker given latitude, longitude and zoom. If the marker does not exist, the method will return a new marker. If a new marker is created, it will NOT be added to the manager.
@@ -44,35 +44,35 @@the zoom level
marker - the marker found at lat and lng
-Calculates the total number of markers potentially visible at a given zoom level.
The zoom level to check.
-Hides the manager if it's currently visible
-Returns true if the manager is hidden. Otherwise returns false.
Hidden
-Refresh forces the marker-manager into a good state.
Removes marker from the manager and from the map (if it's currently visible).
The marker to delete.
-Initializes MarkerManager arrays for all zoom levels Called by constructor and by clearAllMarkers
-Shows the manager if it's currently hidden.
-Toggles the visibility of the manager.
-Is this layer visible?
Returns visibility setting
Visible