PlaceSelectionAccessoryStyle
The set of styles for configuring how a place selection accessory appears.
Declaration
const PlaceSelectionAccessoryStyle: Readonly<{
readonly Automatic: "automatic";
readonly Callout: "callout";
readonly FullCallout: "fullCallout";
readonly CompactCallout: "compactCallout";
readonly OpenInMaps: "openInMaps";
}>