MapData

public struct MapData : Decodable
  • 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 bounds: MLNCoordinateBounds
  • Declaration

    Swift

    public let maxBounds: MLNCoordinateBounds?
  • 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 init(from decoder: Decoder) throws