DingiTileCoordinateSystem
enum DingiTileCoordinateSystem {}
Tile coordinate systems that determine how tile coordinates in tile URLs are interpreted.
-
The origin is at the top-left (northwest), and
yvalues increase southwards.This tile coordinate system is used by Mapbox and OpenStreetMap tile servers.
Declaration
Objective-C
DingiTileCoordinateSystemXYZ = 0Swift
case XYZ = 0 -
The origin is at the bottom-left (southwest), and
yvalues increase northwards.This tile coordinate system is used by tile servers that conform to the Tile Map Service Specification.
Declaration
Objective-C
DingiTileCoordinateSystemTMSSwift
case TMS = 1
DingiTileCoordinateSystem Enumeration Reference