Options
All
  • Public
  • Public/Protected
  • All
Menu

Automatic viewport mode.

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

Index

Enumeration Members

Enumeration Members

FIT_ANTICIPATED_ROUTE: "FIT_ANTICIPATED_ROUTE"

Automatically adjust the viewport to fit markers and any visible anticipated route polylines. This is the default.

NONE: "NONE"

Do not automatically adjust the viewport.

Generated using TypeDoc