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