pub unsafe extern "C" fn XPLMMapUnproject(
projection: XPLMMapProjectionID,
mapX: f32,
mapY: f32,
outLatitude: *mut f64,
outLongitude: *mut f64,
)Expand description
XPLMMapUnproject
Transforms map coordinates back into a latitude and longitude. This is the inverse of XPLMMapProject().
Only valid from within a map layer callback (one of XPLMMapPrepareCacheCallback_f, XPLMMapDrawingCallback_f, XPLMMapIconDrawingCallback_f, or XPLMMapLabelDrawingCallback_f.)