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