Available only in the v=beta channel: https://goo.gle/3oAthT3.
Layout modes for the place details.
Access by calling const {PlaceDetailsLayoutMode} = await google.maps.importLibrary("localContext"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {PlaceDetailsLayoutMode} = await google.maps.importLibrary("localContext")
Place details is displayed in an google.maps.InfoWindow.
Place details is displayed in a sheet.
Generated using TypeDoc
Available only in the v=beta channel: https://goo.gle/3oAthT3.
Layout modes for the place details.
Access by calling
const {PlaceDetailsLayoutMode} = await google.maps.importLibrary("localContext")
. See https://developers.google.com/maps/documentation/javascript/libraries.