How to create custom labels for HERE Map UI Labels 3.0?
问题 We need to add custom labels for the Here Map UI layers. Currently, we are using createDefaultLayers to make the map layers and sending them into the UI creation. var maptypes = platform.createDefaultLayers({ tileSize: devicePixelRatio > 1 ? 512 : 256, ppi: devicePixelRatio > 1 ? 320 : 72 }); ...... // some other map setup var ui = H.ui.UI.createDefault(hereMap, maptypes); We are using these versions: <script src="https://js.api.here.com/v3/3.0/mapsjs-core.js" type="text/javascript" charset=