diff --git a/classes/MarkerManager.html b/classes/MarkerManager.html index 711df1b2..da936b07 100644 --- a/classes/MarkerManager.html +++ b/classes/MarkerManager.html @@ -1,5 +1,5 @@
The map to manage.
-Add many markers at once. Does not actually update the map, just the internal grid.
The markers to add.
The minimum zoom level to display the markers.
The maximum zoom level to display the markers.
-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.
the latitude of a marker.
the longitude of a marker.
the zoom level
marker - the marker found at lat and lng
-
Creates a new MarkerManager that will show/hide markers on a map.
-