GeoJSON
public struct GeoJSON<T>extension GeoJSON: Equatable where T: EquatableGeneric container for GeoJSON geometry types.
GeoJSON is a geospatial data interchange format based on JavaScript Object Notation (JSON). It defines several types of JSON objects and the manner in which they are combined to represent data about geographic features, their properties, and their spatial extents. For more info on the GeoJSON format see the following document.
- 
                  
                  Creates a GeoJSONinstance.DeclarationSwift public init(coordinates: CoordinateType)Parameterscoordinatescoordinates representing the geometry of the GeoJSON element. 
- 
                  
                  Generic type of the coordinates of the GeoJSONinstance.DeclarationSwift public typealias CoordinateType = T
- 
                  
                  Information about the coordinates of an element. DeclarationSwift public var coordinates: CoordinateType
- 
                  
                  Returns a Boolvalue indicating whether two values are equal.Equality is the inverse of inequality. For any values aandb,a == bimplies thata != bisfalse.DeclarationSwift public static func == (lhs: GeoJSON, rhs: GeoJSON) -> BoolParameterslhsA value to compare. rhsAnother value to compare. Return ValueTrue if coordinates for both GeoJSON elements are equal. 
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         GeoJSON
          GeoJSON