📄️ AutocompleteSearchBox
The AutocompleteSearchBox is used to tie in a Google Maps Places search into a text input field using the Google Maps Places Autocomplete widget.
📄️ Constants
In order to ensure that configuration values are available to your code even if the Google Maps library isn't loaded, we duplicate some of the Google Map configuration values.
📄️ Loader
The Loader object is used to load the Google Maps API. See the Load the Google Maps Javascript API page for more information.
📄️ Map
The Map object is used to display the Google map.
📄️ InfoWindow
The InfoWindow object displays an InfoWindow on the map.
📄️ Marker
The Marker object displays a single marker on the map.
📄️ MarkerCluster
The MarkerCluster object displays a group of markers under a single "cluster" marker.
📄️ MarkerCollection
The MarkerCollection object enables you to apply bulk actions to a collection of markers. The markers can be organized by tags so that you can apply the bulk actions to a subset of the markers.
📄️ Overlay
The Overlay object is used to help with drawing overlays on the map.
📄️ PlacesSearchBox
The PlacesSearchBox is used to tie in a Google Maps Places search into a text input field using the Google Maps Places SearchBox widget.
📄️ Polyline
The Polyline object displays a single polyline on the map.
📄️ PolylineCollection
The PolylineCollection object enables you to apply bulk actions to a collection of polylines. The polylines can be organized by tags so that you can apply the bulk actions to a subset of the polylines.
📄️ PolylineIcon
The PolylineIcon object sets up an icon to display on a polyline.
📄️ Popup
The Popup object displays a custom popup on the map.
📄️ Tooltip
The Tooltip object displays a tooltip element when hovering over a marker or polyline.
🗃️ Geocoding
5 items
🗃️ Map Configuration Objects
2 items
🗃️ Map Controls
6 items
🗃️ Utilities
6 items
🗃️ Base classes
3 items