Guides
Guides

Place-specific properties

Place feedback must be sent as POINT data.

ElementRequiredData Type

Description

errorYesString

Place Map Feedback error code (30 - 34)

referenceIdsNoString array

Reference IDs for addresses for which feedback is submitted. We recommend that you provide a reference ID to speed up the feedback processing.

nameNoString

Name of the place We recommend that you provide a value for this element because it assists in processing the feedback.

languageCodeNoString

Place-specific field: ISO 639-2/B compliant language code defining the language of the place name.

typeNoString

The type field can contain either the place category or the former POI type (Place Types).

A logical matching of these two formats you can see from Place Category Matching Table.

We recommend that you provide a value for this element because it assists in processing the feedback.

roadnameNoString

Place road name

numberNoString

Place house number

buildingnameNoString

Place building name

districtNoString

Place administrative district For example, the district of Kensingston and Chelsea in London.

zipcodeNoString

Place postal code

cityNoString

Place city

phoneNoString

Place phone number The pattern is <international country code> <area code> – <number>. Examples include 1 911 - 5544 6677 and49 30 30808350.

faxNoString

Place fax number The pattern is <international country code> <area code> – <number>.

cellphoneNoString

Place mobile phone number The pattern is <international country code> <area code> – <number>.

freephoneNoString

Place toll free phone number The pattern is <international country code> <area code> – <number>.

emailNoString

Place email address

URLNoString

Place web site

openinghoursNoString

Opening hours of a physical location The pattern is Wd–Wd; hh:mm–hh:mm or hh–hh or h–hh | Wd–Wd; hh:mm–hh:mm or hh–hh or h–hh.

For example,

"openinghours": "Mo-Fr; 08:30-12:30 | Sa; 8:00-14:00"

defines the openning hours as being from 8.30 am to 12.30 pm from Monday to Friday and from 8:00 am to 2:00 pm on Saturday.

wheelchairAccessNoString

The following values are available:

  • 1 – No
  • 2 – Limited
  • 3 – Yes
displayPointNoString array

The user's suggested new display point coordinate of a certain place. The format is defined the same way as GeoJSON standard’s Point coordinates property ( ):

[Longitude, Latitude]

primaryRoutingPointNoString array

The user’s suggestion for the new primary (main) routing point coordinate of a certain place. The format is defined the same way as GeoJSON standard’s Point coordinates property ( ):

[Longitude, Latitude]

validateNoString array

It takes an array of identifiers. In case the submitter can not give a concrete suggestion for the correct place attribute value, he will be able to pass the information about what place’s attribute(s) might be wrong in HERE’s data. This will trigger HERE to investigate about that concrete attribute of a certain place. Note: in case you pass a validate information, it is mandatory to also pass the id of the respective place in referenceIds property.

Possible Values are:

  • name
  • type
  • roadname
  • number
  • buildingname
  • zipcode
  • city
  • phone
  • fax
  • cellphone
  • freephone
  • email
  • URL
  • openinghours
  • wheelchairAccess
  • displayPoint
  • primaryRoutingPoint