- Home >
- Documentation >
- Misc
This function extends map bounds to contain each overlay added (markers, circle ...)
Usage
Parameters
None
Notice
This function is not and auto-zoom, it loop on each overlay...
This function allows to remove objects from a map
Usage
Parameters
id {string|array of string} Id of the object to remove (optional)
name {string|array of string} Object type to remove (marker, rectangle,...
This function allows to apply a function on each object selected.
Usage
Parameters
get parameters
func {function(data)|array of function(data)} Function to...
This function retrieves an object or a list of objects.
Usage
Explanation
Each time a function is called to create a google map object, objects and parameters are stored in an internal storage. This function allows you to...
This function call the google.maps.event.trigger on the map.
Usage
Parameters
eventName {string}...