We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a964e93 commit 004fda1Copy full SHA for 004fda1
1 file changed
mapcodelib/mapcode_legacy.h
@@ -29,8 +29,8 @@ extern "C" {
29
/**
30
* List of #defines to support legacy systems.
31
*/
32
-#define decodeMapcodeToLatLon(latDeg, lonDeg, mapcode, territory) decodeUtf8MapcodeToLatLon(latDeg, lonDeg, NULL, mapcode, territory)
33
-#define compareWithMapcodeFormat(utf8, canContainTerritory) compareUtf8WithMapcodeFormat(utf8)
+#define decodeMapcodeToLatLon(latDeg, lonDeg, mapcode, territory) decodeMapcodeToLatLonUtf(latDeg, lonDeg, mapcode, territory, NULL)
+#define compareWithMapcodeFormat(utf8, canContainTerritory) compareWithMapcodeFormatUtf8(utf8)
34
35
#define convertTerritoryIsoNameToCode getTerritoryCode
36
#define coord2mc(results, lat, lon, territory) encodeLatLonToMapcodes_Deprecated(results, lat, lon,territory, 0)
0 commit comments