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. :returns: Address of an array of layer Handles, or 0 :rtype: GM_LayerHandle_t32 :return: Count of layers in the array :rtype: uint_32 Example ------- The following is an example of GetLoadedLayerList.:: result = gm.GetLoadedLayerList() For a more context refer to :doc:`the tutorial page on working with layer handles<../sampleCode/DemoLayers>`.