GetLastDrawnMapBoundsEx ======================= .. currentmodule:: globalmapper .. py:function:: GetLastDrawnMapBoundsEx (uint32 aReserved=0) -> GM_Error_t32, GM_Rectangle_t, GM_PixelRect_t, GM_RotatedRect_t Gets the most recently drawn map bounds, including rotation (only supported in Global Mapper Extension SDK) :param uint32 aReserved: Reserved for future use; defaults to 0 :returns: Error Code :rtype: GM_Error_t32 :return: World bounds of last drawn view :rtype: GM_Rectangle_t :return: Pixel bounds of last drawn view :rtype: GM_PixelRect_t :return: World bounds of last drawn view rotated :rtype: GM_RotatedRect_t