- Configuration
- API
- Main
- Events
- Overlays
- Layers
- Mixed
- Tools
API
google.maps.LatLng
You can either use native
- [lat, lng] : array of 2 floats
- {lat: float, lng: float} : object of 2 floats
google.maps.LatLngBounds
You can either use native
- [north, east, south, west] : array of 4 floats
- {north: float, east: float, south: float, west: float} : object of 4 floats