public

configurationProperty

TypeObject
Description configuration of the application. You can change predefined properties to configure your application.
Source

Example

 {
     search: {
         searchAdapter: mySearchAdapter,
         placeholder: "My placeholder"
     },
     details: {
         customContent: {
             before: "minimap",
             cssClass: "lastfm_detailsContent mh5_baseBackgroundColor",
             innerHTML: "<span>My content<span>"
         }
     }
 }      

Properties

Object details configuration for the detail page. You can find the description of object properties in nokia.mh5.components.PlaceDetails
String distanceUnit unit of the distance. Possible values are "km" or "mi"
String mapSchema map schema. Possible values are "normal.day", "hybrid.day", "normal.day.transit", "normal.day.traffic"
String positionDisabled disables positioning handling
Object search configuration for the search page