RouteProgressType
Objective-C
enum RouteProgressType : NSInteger {}
Swift
enum RouteProgressType : Int, @unchecked Sendable
RouteLine의 진행 형태
-
시작점부터 지정된 지점까지 비워지게 진행됨
Declaration
Objective-C
RouteProgressTypeClearFromStart = 0
Swift
case clearFromStart = 0
-
시작점부터 지정된 지점까지 채워지게 진행됨
Declaration
Objective-C
RouteProgressTypeFillFromStart
Swift
case fillFromStart = 1