Global Mapper SDK
GM_GetAvailableOnlineSourceList
Returns the list of available online sources. This will be an array of GM_OnlineSourceInfo_t structures. The number of entries in the returned list will be returned in the aSourceCnt parameter.
Syntax
C++
Copy
const GM_OnlineSourceInfo_t* __stdcall GM_GetAvailableOnlineSourceList
(
uint32* aSourceCnt // OUT: Number of sources returned in list
)