globalmapper.MapCatalogGetMapInfo ================================= .. currentmodule:: globalmapper .. py:function:: MapCatalogGetMapInfo (GM_LayerHandle_t32 aCatalogLayer, uint32 aMapIndex) -> GM_LayerInfo_t Retrieves information about a map in a catalog. :param GM_LayerHandle_t32 aCatalogLayer: Handle to map catalog layer (either from loading or CreateMapCatalog) :param uint32 aMapIndex: Index of map (0-based) to get info about :returns: information object containing metadata for the map catalog :rtype: GM_LayerInfo_t