-
Undocumented
Declaration
Swift
public let type: SourceType
-
URL that points to an image.
Declaration
Swift
public var url: String?
-
Corners of image specified in longitude, latitude pairs.
Declaration
Swift
public var coordinates: [[Double]]?
-
When loading a map, if
PrefetchZoomDelta
is set to any number greater than 0, the map will first request a tile forzoom - delta
in a attempt to display a full map at lower resolution as quick as possible. It will get clamped at the tile source minimum zoom. The defaultdelta
is 4.Declaration
Swift
public var prefetchZoomDelta: Double?
-
Undocumented
Declaration
Swift
public init()