globalmapper.GetLoadedLayerList =============================== .. currentmodule:: globalmapper .. py:function:: GetLoadedLayerList () -> GM_LayerHandle_t32, int Returns a pointer to an array of loaded layers. Returns 0 if nothing is loaded. Refer to :doc:`the tutorial page on working with layer handles<../sampleCode/DemoLayers>` for more information on how to turn this array pointer into a usable object in Python. :returns: Address of an array of layer Handles, or 0 :rtype: GM_LayerHandle_t32 :return: Count of layers in the array :rtype: uint_32