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