YMKRequestPointType

enum YMKRequestPointType : UInt, @unchecked Sendable

The waypoint and a point the path must go through.

Summary

Enum cases

case waypoint = 0
The target waypoint

case viapoint = 1
A point the route must pass through

Enum cases

waypoint

case waypoint = 0

The target waypoint.


viapoint

case viapoint = 1

A point the route must pass through.