View.Result[].Distance | items[].distance | |
View.Result[].MatchLevel | items[].resultType extended with one of: items[].addressBlockType , items[].localityType , items[].administrativeAreaType | For details, see result types. Note, that GS7 /revgeocode also returns place results. |
View.Result[].MatchType | items[].houseNumberType | For details, see result types. |
View.Result[].Location.LocationId | items[].id | The location id of HERE Geocoder API and id of GS7 have different formats and are not compatible. |
View.Result[].Location.LocationType | items.categories[] | Location types: area and address are removed as redundant. Location type distanceMarker is not supported. Other location types are covered by place category information. For more details, see the Places Category system. |
View.Result[].Location.Name | items.title | GS7 field title contains the localized display name of this result item. In case of place result, it contains the place name. In case of address results, it contains the localized form of the address. The result title format may differ from the one used by the HERE Geocoder API. In particular no double quotes are used for building names. |
View.Result[].Location. DisplayPosition.Latitude | items[].address.position.lat | |
View.Result[].Location. DisplayPosition.Longitude | items[].address.position.lng | |
View.Result[].Location. NavigationPosition.Latitude | items[].address.access.lat | GS7 returns access position only if the result has access point different from the position point. |
View.Result[].Location. NavigationPosition.Longitude | items[].address.access.lng | GS7 returns access position only if the result has access point different from the position point. |
View.Result[].Location.MapView | items[].mapView | The data format has changed. For more details, see the API Reference. Note that place results do not have map view. |
View.Result[].Location. Address.Label | items[].address.label | The address label format may differ from the one used by the HERE Geocoder API. In particular no double quotes are used for building names. |
View.Result[].Location. Address.Country | items[].address.countryCode | GS7 returns country name in the countryName field and country code in countryCode field. |
View.Result[].Location. Address.State | items[].address.state , items[].address.stateCode | GS7 returns state name in the state field and state code, where commonly used, in stateCode field. |
View.Result[].Location. Address.County | items[].address.county , items[].address.countyCode | GS7 returns county name in the county field and county code, where commonly used, in countyCode field. |
View.Result[].Location. Address.City | items[].address.city | |
View.Result[].Location. Address.District | items[].address.district | |
View.Result[].Location. Address.Subdistrict | items[].address.subdistrict | |
View.Result[].Location. Address.Street | items[].address.street | Always contains exactly one street name. GS7 /revgeocode does not support street intersection results. |
View.Result[].Location. Address.HouseNumber | items[].address.houseNumber | |
View.Result[].Location. Address.PostalCode | items[].address.postalCode | |
View.Result[].Location. Address.Building | items[].address.building | |
View.Result[].Location.Address .AdditionalData[Country2] | items[].countryInfo.alpha2 | |
View.Result[].Location.Address .AdditionalData[CountryName] | items[].address.countryName | GS7 returns country name in the countryName field and country code in countryCode field. |
View.Result[].Location.Address .AdditionalData[StateName] | items[].address.state | GS7 returns state name in the state field and state code, where commonly used, in stateCode field. |
View.Result[].Location.Address .AdditionalData[CountyName] | items[].address.county | GS7 returns county name in the county field and county code, where commonly used, in countyCode field. |
View.Result[].Location. AddressDetails.StreetDetails | items[].streetInfo | |
View.Result[].Place | items[] | GS7 /revgeocode also returns place results. For details, see result types. |
gen=9: View.Result[].adminInfo.timeZone , gen<9: View.Result[].adminInfo.timeZoneOffset | items[].timeZone | The representation has changed. For more details, see the API Reference. If more timezone-specific details, other than the timezone's name and UTC offset, are needed, they can be derived from the timezone's name and the help of a library suited for the client's software stack. |