MSFRouteMatchingPointType
Objective-C
enum MSFRouteMatchingPointType : NSInteger {}
Swift
enum MSFRouteMatchingPointType : Int, @unchecked Sendable
Route matching point type.
-
The point was unmatched.
Declaration
Objective-C
MSF_ROUTE_MATCHING_POINT_UNMATCHEDSwift
case ROUTE_MATCHING_POINT_UNMATCHED = 0 -
The point was interpolated.
Declaration
Objective-C
MSF_ROUTE_MATCHING_POINT_INTERPOLATEDSwift
case ROUTE_MATCHING_POINT_INTERPOLATED = 1 -
The point was matched.
Declaration
Objective-C
MSF_ROUTE_MATCHING_POINT_MATCHEDSwift
case ROUTE_MATCHING_POINT_MATCHED = 2