Navigation SDK Documentation |
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 |
The coordinate formats used and supported by NavigationSDK.
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)
© PTV Group 2018 | Generated on Mon Dec 17 2018 21:00:19 for NavigationSDK by 1.8.8 |