View.Result[].Relevance | items[].scoring.queryScore | Same semantic as in HERE Geocoder API but changes in the calculation logic can lead to slightly different values. |
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 /geocode also returns place results. Place results may be excluded from the result list with help of types filter |
View.Result[].MatchQuality | items[].scoring.fieldScore | Same semantic as in HERE Geocoder API but changes in the calculation logic can lead to slightly different values. |
View.Result[].MatchType | items[].houseNumberType | For details, see result types. |
View.Result[].ParsedRequest | items[].parsing | The representation has changed. For more details, see the API Reference. |
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 for result item. For place type results, the field shows the the place name. For address type results, the field shows 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 an access position only if the result has an access point that is different from the position point. In HERE Geocoder API results the navigation position is simply a duplicate of the display position in cases where the data does not provide a true navigation position. |
View.Result[].Location. NavigationPosition.Longitude | items[].address.access.lng |
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 , items[].address.streets | For house number or street results, GS7 returns the single street name in the field street. For intersection results, GS7 returns a list of street names in the array streets (plural). |
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.Address .AdditionalData[<secondary address units>] | items[].parsing.secondaryUnits | GS7 /geocode includes the detected secondary unit designators in the parsing block. |
View.Result[].Location. AddressDetails.StreetDetails | items[].streetInfo | |
View.Result[].AdditionalData [houseNumberFallback] | items[].houseNumberFallback | |
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. |