Automatic viewport mode.
Access by calling const {AutomaticViewportMode} = await google.maps.importLibrary("journeySharing"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {AutomaticViewportMode} = await google.maps.importLibrary("journeySharing")
Automatically adjust the viewport to fit markers and any visible anticipated route polylines. This is the default.
Do not automatically adjust the viewport.
Generated using TypeDoc
Automatic viewport mode.
Access by calling
const {AutomaticViewportMode} = await google.maps.importLibrary("journeySharing")
. See https://developers.google.com/maps/documentation/javascript/libraries.