globalmapper.GetMGRSCoordinates =============================== .. currentmodule:: globalmapper .. py:function:: GetMGRSCoordinates (float aX, float aY, bool aLatLon) -> GM_Error_t32, string Retrieves the MGRS coordinate string for a given coordinate provided in either the current projection or as lat/lon degree coordinates. :param float aX: point X/longitude coordinate :param float aY: point Y/latitude coordinate :param bool aLatLon: TRUE - coordinates are lat/lon, FALSE - coordinates are in the current projection :returns: Error Code :rtype: GM_Error_t32 :returns: The MGRS coordinates :rtype: str