globalmapper.GetLocationElevationEx =================================== .. currentmodule:: globalmapper .. py:function:: GetLocationElevationEx ([GM_LayerHandle_t32] aLayerList, float aXCoord, float aYCoord) -> GM_Error_t32, float Retrieves the elevation at a given location from a provided layer(s) or from the list of currently loaded elevation layers (topmost elevation layer first). :param [GM_LayerHandle_t32] aLayerList: List of layers to search for points or None for all terrain layers :param float aXCoord: X coord in current projection :param float aYCoord: Y coord in current projection :returns: Error Code :rtype: GM_Error_t32 :return: Elevation at location in meters :rtype: float