NTRouteMatchingPointType
enum NTRouteMatchingPointType : NSInteger {}
Route matching point type.
-
The point was unmatched.
Declaration
Objective-C
NT_ROUTE_MATCHING_POINT_UNMATCHED -
The point was interpolated.
Declaration
Objective-C
NT_ROUTE_MATCHING_POINT_INTERPOLATED -
The point was matched.
Declaration
Objective-C
NT_ROUTE_MATCHING_POINT_MATCHED
View on GitHub
NTRouteMatchingPointType Enumeration Reference