Feedback
The resource feedback
allows you to specify how the Embedded Editor behaves when opened in the context from which is it launched. The only mandatory parameters are app_id
and app_code
.
Parameter | Type | Description |
---|---|---|
app_id | String | A 20 byte Base64 URL-safe encoded string used for the authentication . You must include an app_id and app_code with every request. For more information on authentication, see the Identity & Access Management Developer Guide. |
app_code | String | A 20 byte Base64 URL-safe encoded string used for the authentication . You must include an app_id and app_code with every request. For more information on authentication, see the Identity & Access Management Developer Guide. |
coord | String | Comma separated latitude and longitude pair in WGS-84 format of the map position that sets the context for Embedded Editor. The nearest map object to this coordinate is preselected when the user first sees a map. Example: "coord=46.456,8.2356" (latitude,longitude) If no |
features | String | Specifies the feedback types shown by the Embedded Editor. If you only specify only one value, the entry page starts directly at the specified feature. The supported values are as follows:
Example: The example above enables feedback for roads, house numbers, and places. This makes it possible to send feedback about existing elements (modify, remove) or new elements. |
hideLogo | - | By default the HERE logo is shown on the top right corner of the Embedded Editor page. Specify the hideLogo parameter to hide this logo. |
lang | String | Defines the language offered by the Embedded Editor. The supported languages are:
|
showClose | - | Specify the showClose parameter to display a close button (x) on the top right corner of the application. When users click the close button, a message is sent to the parent window via postMessage ("FeedbackWidgetClose",'*' ); This enables the parent window to close the tag or iframe of the MapFeedback widget. |
webView | String | If the Embedded Editor is running within a WebView, this parameter defines the platform of the WebView. Valid WebView platforms:
|
zoomLevel | Integer | Defines the zoom level at which the Embedded Editor should start. "0" is zoomed out most and "21" is zoomed in the most. The map uses image tiles from "0" to "16" and vector data at "17" and higher. |