Navigation SDK Documentation

Variables
Coordinate formats

Variables

const SDK_INT4 SDK_cf_MERCATOR = 0
 
const SDK_INT4 SDK_cf_GEODEZ = 2
 
const SDK_INT4 SDK_cf_PIXEL = 3
 
const SDK_INT4 SDK_cf_LATNMETER = 4
 
const SDK_INT4 SDK_cf_MERCATOR_HR = 5
 

Detailed Description

The coordinate formats used and supported by NavigationSDK.

Variable Documentation

const SDK_INT4 SDK_cf_MERCATOR = 0

Mercator

const SDK_INT4 SDK_cf_GEODEZ = 2

Geodecimal (value * 1000000)

const SDK_INT4 SDK_cf_PIXEL = 3

Pixel of rendered map (depends on the corresponding map view)

const SDK_INT4 SDK_cf_LATNMETER = 4

Latitude (X) and length in meter (Y)

const SDK_INT4 SDK_cf_MERCATOR_HR = 5

Mercator hires (Mercator * 10)


© PTV Group 2019 Generated on Thu Mar 28 2019 02:27:02 for NavigationSDK by doxygen 1.8.8