Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Google Maps APIs used in Fam-map component

The Fam-map component in Crisis map utilizes various Google Maps APIs to provide interactive mapping functionalities. This section lists the Google Maps APIs that are integrated into the Fam-map component, along with their usage information.

Maps - Dynamic Maps JavaScript API

ProductDescriptionLibrary
Maps JavaScript APIThe Fam-map component relies on the Dynamic Maps JavaScript API to load the dynamic maps. This API enables for the dynamic creation and manipulation of the maps. It also provides a foundation for the interactive features in the component. For detailed documentation and pricing information, see https://developers.google.com/maps/documentation/javascript.@googlemaps/js-api-loader
FeaturesModuleDefaultUsage
Markersgoogle.maps.MarkerEnabledBasic
Marker cluster@googlemaps/markerclustererEnabledBasic
Custom OverlayViewgoogle.maps.OverlayViewEnabledBasic
Polylinegoogle.maps.PolylineEnabledBasic
Polygongoogle.maps.PolygonEnabledBasic
Circlegoogle.maps.CircleEnabledBasic
Rectanglegoogle.maps.RectangleEnabledBasic
FeatureStyleFunctiongoogle.maps.FeatureStyleFunctionOptionsDisabledBasic
Customize map styleFor a list of all available values for featureType, elementType, and stylers, see the https://developers.google.com/maps/documentation/javascript/style-reference.EnabledBasic
NameDescriptionTypeRequired
mapPropertiesProperties of Google Map to set when loadingarrayNo
ProductsDescriptionModuleDefaultUsage
Nearby SearchBilling depends on the fields that a user utilizes.google.maps.places.PlacesService(mapRef). nearbySearchDisabledBasic
Places DetailsBilling depends on the fields that a user utilizes.google.maps.places.PlacesServiceDisabledBasic
Autocomplete - Per request+The Autocomplete – Per Request SKU is charged for any of these calls or requests that do not include a session token: JavaScript: the Maps JavaScript API’s Place Autocomplete servicegoogle.maps.places.AutocompleteService(). getQueryPredictions({input, language})DisabledBasic

Note: For details about the properties and handlers usage in the Geo-map component, see the Geo-map Readme file. For information on the Google Maps APIs in the Geo-map component, see the KB article: KB1588661

Parent Topic:Setup for Crisis map