MapData

public struct MapData : Decodable, Equatable
  • Declaration

    Swift

    public struct Extras : Equatable
  • id

    Declaration

    Swift

    public let id: Int
  • Declaration

    Swift

    public let style: String
  • Declaration

    Swift

    public let minZoom: Double
  • Declaration

    Swift

    public let maxZoom: Double
  • Declaration

    Swift

    public let center: CLLocationCoordinate2D
  • Declaration

    Swift

    public let span: CoordinateSpan
  • Declaration

    Swift

    public let maxBounds: BoundingBox?
  • Declaration

    Swift

    public let useTags: UseTags?
  • Declaration

    Swift

    public let extras: Extras?
  • Declaration

    Swift

    public let tagsOverlap: Bool
  • Declaration

    Swift

    public let initialPitch: Double?
  • Declaration

    Swift

    public let initialBearing: Double?
  • Declaration

    Swift

    public var styleURL: URL? { get }
  • Declaration

    Swift

    public var offlineBundleURL: URL? { get }
  • Declaration

    Swift

    public var bounds: BoundingBox { get }
  • Declaration

    Swift

    public init(from decoder: Decoder) throws