---
sourceDocument: Yokohama Governance, Risk, and Compliance
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/governance-risk-compliance

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Governance, Risk, and Compliance

ft:clusterId :

    - grc

bundleId :

    - grc

workflow :

    - Technology


---

# Google Maps APIs

# Google Maps APIs used in Fam-map component {#ariaid-title1}

* Release version: Yokohama
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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 {#g-maps-api-in-fam-map-component__section_b2v_sjm_b1c}

{#g-maps-api-in-fam-map-component__table_rhf_5jm_b1c__entry__3}

| Product | Description | Library |
|-|-|-|
| Maps JavaScript API | The 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 |
[Table 1. Maps - Dynamic Maps JavaScript API]

{#g-maps-api-in-fam-map-component__table_rhf_5jm_b1c} {#g-maps-api-in-fam-map-component__table_g5f_mkm_b1c__entry__4}

| Features | Module | Default | Usage |
|-|-|-|-|
| Markers | google.maps.Marker | Enabled | Basic |
| Marker cluster | @googlemaps/markerclusterer | Enabled | Basic |
| Custom OverlayView | google.maps.OverlayView | Enabled | Basic |
| Polyline | google.maps.Polyline | Enabled | Basic |
| Polygon | google.maps.Polygon | Enabled | Basic |
| Circle | google.maps.Circle | Enabled | Basic |
| Rectangle | google.maps.Rectangle | Enabled | Basic |
| FeatureStyleFunction | google.maps.FeatureStyleFunctionOptions | Disabled | Basic |
| Customize map style | For a list of all available values for `featureType`, `elementType`, and `stylers`, see the <https://developers.google.com/maps/documentation/javascript/style-reference>. | Enabled | Basic |
[Table 2. Features and Modules]

{#g-maps-api-in-fam-map-component__table_g5f_mkm_b1c} {#g-maps-api-in-fam-map-component__table_vv4_tmm_b1c__entry__4}

| Name | Description | Type | Required |
|-|-|-|-|
| [mapProperties](https://developers.google.com/maps/documentation/javascript/reference/map#MapOptions) | Properties of Google Map to set when loading | array | No |
[Table 3. Map properties]

{#g-maps-api-in-fam-map-component__table_vv4_tmm_b1c} {#g-maps-api-in-fam-map-component__table_oxg_ymm_b1c__entry__5}

| Products | Description | Module | Default | Usage |
|-|-|-|-|-|
| [Nearby Search](https://developers.google.com/maps/documentation/javascript/places#place_search_requests) | Billing depends on the fields that a user utilizes. | google.maps.places.PlacesService(mapRef). nearbySearch | Disabled | Basic |
| [Places Details](https://developers.google.com/maps/documentation/places/web-service/usage-and-billing?_gl=1*13aif4x*_ga*MTM2NTIzOTE3Mi4xNzAyODgwMjc4*_ga_NRWSTWS78N*MTcwNDMzNDM5Ny4xMy4xLjE3MDQzMzQ5ODEuMC4wLjA.) | Billing depends on the fields that a user utilizes. | google.maps.places.PlacesService | Disabled | Basic |
| [Autocomplete - Per request+](https://developers.google.com/maps/documentation/places/web-service/usage-and-billing?_gl=1*1rwz19i*_ga*MTM2NTIzOTE3Mi4xNzAyODgwMjc4*_ga_NRWSTWS78N*MTcwNDMzNDM5Ny4xMy4xLjE3MDQzMzU0NTMuMC4wLjA.#query-ac-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 service | google.maps.places.AutocompleteService(). getQueryPredictions({input, language}) | Disabled | Basic |
[Table 4. Places properties]

{#g-maps-api-in-fam-map-component__table_oxg_ymm_b1c}  
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](https://support.servicenow.com/nav_to.do?uri=/kb?id=kb_article_view&sysparm_article=KB1588661)

