PlaceActionID
enum PlaceActionIDThis product or feature is in pre-GA. Pre-GA products and features might have limited support, and changes to pre-GA products and features might not be compatible with other pre-GA versions. Pre-GA Offerings are covered by the Google Maps Platform Service Specific Terms (https://cloud.google.com/maps-platform/terms/maps-service-terms).
Identifies predefined types of actions that can be associated with a place.
-
An action that calls the place.
Declaration
Swift
case callPlace(style: PlaceActionStyle = .secondary) -
An action that opens directions to the place in Google Maps.
Declaration
Swift
case openDirections(style: PlaceActionStyle = .secondary) -
An action that opens the place in Google Maps.
Declaration
Swift
case openInMaps(style: PlaceActionStyle = .secondary) -
An action that opens the website of the place.
Declaration
Swift
case openWebsite(style: PlaceActionStyle = .secondary)