InlinePlaceActionElement
enum InlinePlaceActionElementThis 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).
Represents an element that can be displayed as an inline action on a place view.
This can be either a predefined action identified by its ID, or a custom InlinePlaceAction.
-
A custom place view action instance.
Declaration
Swift
case action(InlinePlaceAction) -
A predefined place view action, identified by its ID.
Declaration
Swift
case actionId(PlaceActionID)