MainPlaceActionElement
enum MainPlaceActionElementRepresents an element that can be displayed as a main action on a place view.
This can be either a predefined action identified by its ID, or a custom MainPlaceAction.
-
A custom place view action instance.
Declaration
Swift
case action(MainPlaceAction) -
A predefined place view action, identified by its ID.
Declaration
Swift
case actionId(PlaceActionID)