Place-specific properties
Place feedback must be sent as POINT data.
| Element | Required | Data Type | Description |
|---|---|---|---|
error | Yes | String | Place Map Feedback error code (30 - 34) |
referenceIds | No | String array | Reference IDs for addresses for which feedback is submitted. We recommend that you provide a reference ID to speed up the feedback processing. |
name | No | String | Name of the place We recommend that you provide a value for this element because it assists in processing the feedback. |
languageCode | No | String | Place-specific field: ISO 639-2/B compliant language code defining the language of the place name. |
type | No | String | 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. |
roadname | No | String | Place road name |
number | No | String | Place house number |
buildingname | No | String | Place building name |
district | No | String | Place administrative district For example, the district of Kensingston and Chelsea in London. |
zipcode | No | String | Place postal code |
city | No | String | Place city |
phone | No | String | Place phone number The pattern is |
fax | No | String | Place fax number The pattern is |
cellphone | No | String | Place mobile phone number The pattern is |
freephone | No | String | Place toll free phone number The pattern is |
email | No | String | Place email address |
URL | No | String | Place web site |
openinghours | No | String | 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, 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. |
wheelchairAccess | No | String | The following values are available:
|
displayPoint | No | String 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 ( ):
|
primaryRoutingPoint | No | String 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 ( ):
|
validate | No | String 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:
|
Updated last month