Global Mapper SDK
GM_GetProjection
Retrieves the global projection that is being used for all rendering and exporting.
Syntax
C++
Copy
GM_Error_t32 GM_GetProjection
(
GM_Projection_t* aProj // OUT: Current view/export projection
);