Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Display positions for the place chooser.

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

Index

Enumeration Members

BLOCK_END: "BLOCK_END"

Place chooser is displayed on a line below the map extending to the end of the container.

INLINE_END: "INLINE_END"

Place chooser is displayed inline with the map at the end of the line. (In a left-to-right language this means that the place chooser is to the right of the map.)

INLINE_START: "INLINE_START"

Place chooser is displayed inline with the map at the start of the line. (In a left-to-right language this means that the place chooser is to the left of the map.)

Generated using TypeDoc