Contents

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";
}>

Topics

Style values

Type Aliases

See Also

Working with styles