GeoJSONPosition
public struct GeoJSONPositionextension GeoJSONPosition: EquatableFundamental geometry construct. All other GeoJSON geometry types are built based on it.
- 
                  
                  Create a GeoJSONPosition.DeclarationSwift public init(longitude: Double, latitude: Double, elevation: Double? = nil)ParameterslongitudeThe longitudinal coordinate. latitudeThe latitudinal coordinate. elevationThe elevation at the coordinates. 
- 
                  
                  The longitudinal coordinate. DeclarationSwift public let longitude: Double
- 
                  
                  The latitudinal coordinate. DeclarationSwift public let latitude: Double
- 
                  
                  The elevation at the coordinates. DeclarationSwift public let elevation: Double?
- 
                  
                  Equatable implementation DeclarationSwift public static func == (lhs: GeoJSONPosition, rhs: GeoJSONPosition) -> Bool
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         GeoJSONPosition
          GeoJSONPosition