GPXRouteType
public protocol GPXRouteType
                Undocumented
- 
                  
                  
Name of the route.
Declaration
Swift
var name: String? { get set } - 
                  
                  
Additional comment of the route.
Declaration
Swift
var comment: String? { get set } - 
                  
                  
Description of the route.
Declaration
Swift
var desc: String? { get set } - 
                  
                  
Source of the route.
Declaration
Swift
var source: String? { get set } - 
                  
                  
Number of route (possibly a tag for the route)
Declaration
Swift
var number: Int? { get set } 
View on GitHub
        GPXRouteType Protocol Reference