What's New
This release includes new and updated data sets and bundles, Katakana language support, Australian lot number formatting enhancement, and bug fixes.
New Datasets and Bundle Information
Country Code (ISO3) | Country | Product Code | Language | Bundle |
---|---|---|---|---|
EGY | Egypt | 4EG | English and Arabic | EGY-GCM-NAVTEQ-AP-EN, EGY-GCM-NAVTEQ-AP-AR. |
ISR | Israel | 3IL | English, Hebrew |
ISR-GCM-TOMTOM-AP-EN, ISR-GCM-TOMTOM-AP-HE |
ISR | Israel | 1IL | English, Hebrew |
ISR-GCM-TOMTOM-STREET-EN, ISR-GCM-TOMTOM-STREET-HE |
NLD | Netherlands | 3NL | English | NLD-GCM-TOMTOM-AP-NL |
For more information, see Geo Addressing Coverage.
Updated Datasets and Bundle Information
Country Code (ISO3) | Previous Product code | Current Product Code | Previous dataset / bundle name | Current dataset/ bundle name |
---|---|---|---|---|
AUS | 7AU | 7AU | AUS-GCM-PMSA-7AU | AUS-GCM-PSMA-7AU |
POL | PL4 | PL4 |
|
|
TUN | AR | FR |
|
|
Katakana language basic support
The Request and Response for Katakana language are shown below:
{
"type": "ADDRESS",
"preferences": {
"returnAllCandidateInfo": true,
"fallbackToGeographic": true,
"fallbackToPostal": true,
"maxReturnedCandidates": 1,
"distance": 150,
"streetOffset": 150,
"cornerOffset": 150,
"matchMode": "STANDARD",
"clientLocale": null,
"distanceUnits": "METERS",
"streetOffsetUnits": "METERS",
"cornerOffsetUnits": "METERS",
"mustMatchFields": {},
"returnFieldsDescriptor": {},
"preferredDictionaryOrders": [],
"originXY": [],
"restrictedSearch": {},
"maxRanges": 1,
"maxRangeUnits": 1
},
"addresses": [
{
"country": "JPN",
"mainAddressLine": "20-1-1-アシオマチナンキョウニッコウシトチギケン 3211507"
}
]
}
{
"responses": [
{
"totalPossibleCandidates": 1,
"totalMatches": 1,
"candidates": [
{
"precisionLevel": 16,
"formattedStreetAddress": "トチギケンニッコウシアシオマチナンキョウ1-1",
"formattedLocationAddress": "321-1507",
"precisionCode": "S8HPNTSCZA",
"sourceDictionary": "2",
"matching": {
"matchOnAddressNumber": true,
"matchOnPostCode1": false,
"matchOnPostCode2": false,
"matchOnAreaName1": true,
"matchOnAreaName2": true,
"matchOnAreaName3": true,
"matchOnAreaName4": false,
"matchOnAllStreetFields": true,
"matchOnStreetName": true,
"matchOnStreetType": true,
"matchOnStreetDirectional": true,
"matchOnPlaceName": false,
"matchOnInputFields": false
},
"geometry": {
"type": "Point",
"coordinates": [
139.44271887428295,
36.6647510494022
],
"crs": {
"type": "name",
"properties": {
"name": "epsg:4326"
}
}
},
"address": {
"mainAddressLine": "トチギケンニッコウシアシオマチナンキョウ1-1",
"addressLastLine": "321-1507",
"placeName": "20",
"areaName1": "トチギケン",
"areaName2": "ニッコウシ",
"areaName3": "アシオマチナンキョウ",
"postCode1": "321-1507",
"country": "JPN",
"addressNumber": "1",
"streetName": "1",
"customFields": {
"MAIN_ADDRESS": "1",
"LANGUAGE": "ka",
"ADDRESS_LINE1": "20",
"JUSHO_CODE": "09206014000",
"ADDRESS_LINE2": "1 1",
"RESULT_CODE": "S8HPNTSCZA",
"ADDRESS_LINE3": "アシオマチナンキョウ, トチギケン",
"ADDRESS_LINE4": "321-1507",
"GO": "1",
"MATCH_SCORE": "91",
"GEOHASH": "xne0t4e5dugr",
"BANCHI": "1"
}
},
"ranges": [
{
"lowHouse": "19-1",
"side": "UNKNOWN",
"oddEvenIndicator": "UNKNOWN",
"units": []
}
]
}
],
"customValues": {
"PARSED_INPUT_AREA_NAME_3": "アシオマチナンキョウ",
"PARSED_INPUT_GENERIC_FIELD_1": "20---",
"PARSED_INPUT_AREA_NAME_2": "ニッコウシ",
"PARSED_INPUT_POST_CODE_1": "3211507",
"PARSED_INPUT_STREET_NAME": "1",
"PARSED_INPUT_AREA_NAME_1": "トチギケン",
"PARSED_INPUT_ADDRESS_NUMBER": "1",
"PARSED_INPUT_COUNTRY": "JPN",
"PARSED_INPUT_FORMATTEDINPUTSTREET": "トチギケンニッコウシアシオマチナンキョウ1-1"
}
}
]
}
Australian LOT number formatting
For the Address Autocomplete, the formatting of the Australian address has been modified as per the standards. Now in the formatting of the Australian Address, LOT Information will only return in the formatted street address when there is no corresponding House Number. For all those addresses where the house number is not present, LOT information will become part of the formatted street address. In both cases, whether the candidate has a house number or not, LOT Information will be made available as additional fields whenever it is available.
The Request and Response for Australian LOT number formatting are shown below:
{
"preferences": {
"returnAllCandidateInfo": true,
"fallbackToGeographic": true,
"fallbackToPostal": true,
"maxReturnedCandidates": 10,
"distance": 5,
"streetOffset": 150,
"cornerOffset": 150,
"matchMode": "STANDARD",
"clientLocale": null,
"distanceUnits": "MILES",
"streetOffsetUnits": "METERS",
"cornerOffsetUnits": "METERS",
"mustMatchFields": {},
"returnFieldsDescriptor": {},
"preferredDictionaryOrders": [],
"originXY": [],
"restrictedSearch": {},
"maxRanges": 1,
"maxRangeUnits": 1
},
"address": {
"country": "AUS",
"mainAddressLine": "1/77 Farnell St"
}
}
{
"totalPossibleCandidates": 1,
"totalMatches": 1,
"candidates": [
{
"precisionLevel": 0,
"formattedStreetAddress": "77 FARNELL STREET",
"formattedLocationAddress": "CHERMSIDE QLD 4032",
"formattedAddress": "UNIT 1 77 FARNELL STREET, CHERMSIDE QLD 4032",
"matching": {
"matchOnAddressNumber": true,
"matchOnPostCode1": false,
"matchOnPostCode2": false,
"matchOnAreaName1": false,
"matchOnAreaName2": false,
"matchOnAreaName3": false,
"matchOnAreaName4": false,
"matchOnAllStreetFields": false,
"matchOnStreetName": true,
"matchOnStreetType": false,
"matchOnStreetDirectional": false,
"matchOnPlaceName": false,
"matchOnInputFields": false
},
"geometry": {
"type": "Point",
"coordinates": [
153.02661,
-27.388295
],
"crs": {
"type": "name",
"properties": {
"name": "epsg:4326"
}
}
},
"address": {
"areaName1": "QLD",
"areaName3": "CHERMSIDE",
"postCode1": "4032",
"country": "AUS",
"addressNumber": "77",
"streetName": "FARNELL STREET",
"customFields": {
"FORMATTED_STRING": "UNIT 1 77 FARNELL STREET, CHERMSIDE QLD 4032",
"DISTANCE": "-0.0",
"RECORD_TYPE": "2",
"FROM_CUSTOM_DATASET": "false",
"STREET_LOTNUMBER": "LOT 1",
"MATCHED_FROM_ADDRESSNUMBER": "77",
"MATCHED_FROM_STREETLOTNUMBER": "1",
"MATCHED_FROM_STREETNAME": "FARNELL ST",
"ADDRESS_NUMBER_FROM": "77",
"DISTANCE_UNIT": "MILES"
}
},
"ranges": [
{
"lowHouse": "77",
"side": "UNKNOWN",
"oddEvenIndicator": "BOTH",
"formattedAddress": "77 FARNELL STREET, CHERMSIDE QLD 4032",
"units": [
{
"formattedAddress": "UNIT 1 77 FARNELL STREET, CHERMSIDE QLD 4032",
"identifier": "13052765",
"customValues": {
"PB_KEY": "P0012QRRBKNY",
"FORMATTED_STRING": "UNIT 1 77 FARNELL STREET, CHERMSIDE QLD 4032",
"GNAF_PID": "GAQLD156434169",
"UNIT_INFO": "UNIT 1",
"FEATUREID": "13052765",
"STREET_UNITNUMBER": "UNIT 1"
}
}
],
"customValues": {
"FORMATTED_STRING": "77 FARNELL STREET, CHERMSIDE QLD 4032",
"RANGE_INFO": "77",
"ADDRESS_NUMBER_FROM": "77"
}
}
]
}
]
}