globalmapper.DecodeMGRSCoordinates ================================== .. currentmodule:: globalmapper .. py:function:: DecodeMGRSCoordinates (string aMgrsStr, bool aLatLon) -> GM_Error_t32, float, float Decodes a MGRS (military grid reference system) coordinate into a X/Y or lat/lon location :param str aMgrsStr: buffer with MGRS coordinate text :param bool aLatLon: TRUE - return coordinates are lat/lon, FALSE - return coordinates are in the current projection :returns: Error Code :rtype: GM_Error_t32 :return: Point X/longitude coordinate :rtype: float :return: Point Y/latitude coordinate :rtype: float