MMKRequestPointType
enum MMKRequestPointType : UInt, @unchecked Sendable |
The waypoint and a point the path must go through.
Summary
Enum cases
case waypoint = 0 |
case viapoint = 1 |
Enum cases
waypoint
case waypoint = 0 |
The target waypoint.
viapoint
case viapoint = 1 |
A point the route must pass through.