Options
All
  • Public
  • Public/Protected
  • All
Menu

Available only in the v=beta channel: https://goo.gle/3oAthT3.

Settings which control the behavior of the Maps JavaScript API as a whole.

Access by calling const {Settings} = await google.maps.importLibrary("core"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

  • Settings

Index

Constructors

Properties

Methods

Constructors

Properties

experienceIds: Iterable<string>

Available only in the v=beta channel: https://goo.gle/3oAthT3. A collection of unique experience IDs to which to attribute Maps JS API calls. The returned value is a copy of the internal value that is stored in the Settings class singleton instance. Operations on google.maps.Settings.getInstance().experienceIds will therefore only modify the copy and not the internal value.

To update the internal value, set the property equal to the new value on the singleton instance (ex: google.maps.Settings.getInstance().experienceIds = [experienceId];).

Methods

  • Available only in the v=beta channel: https://goo.gle/3oAthT3. Returns the singleton instance of google.maps.Settings.

    Parameters

    • this: any

    Returns Settings

Generated using TypeDoc