Locatable
public protocol Locatable
An event that includes coordinate information about the action.
Note
Actions that are part of a Multi-Action don’t have individual coordinates as they are nested inside their parent action.-
The coordinates of the action.
Declaration
Swift
var coordinates: Coordinates? { get }