Search results
Showing 236 results for: style editor
/learn/blog/here-wego-pro-logistics-solution
Here360 blog
HERE WeGo Pro: taking the guesswork out of trucking
… and a brighter future on the road. … Louis Boroditsky … Managing Editor, HERE360 … HERE WeGo Pro … Learn more … HERE WeGo Pro: taking the …
/learn/blog/digital-maps
Here360 blog
The three eras of digital mapping—so far
… to think about where it might lead. … Louis Boroditsky … Managing Editor, HERE360 … HERE Map Data … Learn more … The three eras of digital …
/learn/blog/harman-ready-aware
Here360 blog
What does the future of driving look like? For HARMAN, it’s a lot safer and sustainable
… save lives while transforming mobility. … Louis Boroditsky … Managing Editor, HERE360 … Deploy digital navigation experiences … Get started …
/learn/blog/making-the-invisible-visible-with-the-hd-live-map-video-demo
Here360 blog
Making the invisible visible with the HD Live Map video demo
… , which describes how people drive on these roads, and groups driving styles together into profiles. This allows HERE to inform the vehicle …
/learn/blog/dec-2020-release-notes-0-0-0
Developer blog
December 2020 Release Notes
… Script ( … Version 3.1.19.2) … Further improvements to the Japan map style Performance improvement: the tile caching strategy was … for access) Dedicated backends with Japan content Japan-specific map styles … HERE SDK for Android and iOS … and Flutter Navigate Edition ( … …
/learn/blog/working-with-geojson-in-the-browser
Developer blog
Working with GeoJSON in the Browser
APIs 11 min read 15 June 2020, Working with GeoJSON in the Browser, I've been a bit enamored lately with GeoJSON and I thought it might be nice to look at how you can…, Accessing your Data, Before you begin, you obviously need your data. It's important to remember that GeoJSON is no…, Working With Your Data, So assuming you've got your data and it's accessible, you can then work with it like any other JSON…, Raymond Camden, Have your say
/learn/blog/how-we-built-a-map-showing-indias-best-and-worst-drivers-by-city
Developer blog
How we built a map showing India's best and worst drivers by city
… products used … We used the HERE Javascript API with custom grayscale styles to render the basemap. … Richard Zimmermann … Have your say … How …
/learn/blog/how-we-built-a-map-showing-uks-top-zoom-towns
Developer blog
How we built a map showing UK’s top ‘Zoom Towns’
… … We used the HERE Maps API for Javascript with custom grayscale styles to render the basemap. … Erwin Soekianto … Developer Evangelist …
/learn/blog/highlight-regions-of-a-map-with-angular-and-a-reverse-geocoder
Developer blog
Highlight Regions of a Map with Angular and a Reverse Geocoder
… new H.map.Polygon( geometryArray[i].getExterior(), { style: customStyle } ) ); } } else { this.map.addObject( new H.map.Polygon( geometry.getExterior(), { style: customStyle } ) ); } }, error => { console.error(error); } ); } …
/learn/blog/integrating-here-on-street-parking-api-via-here-sdk
Developer blog
Integrating HERE On-Street Parking API via HERE SDK
… e.getMessage()); return null; } } Creating Polylines Polylines are styled and added to the map. Copied private MapPolyline … // Re-add with default style } // Highlight the newly selected polyline(s) … -> mapPolyline.setRepresentation(representation)); // Apply selected style } catch (Exception e) { Log.e(TAG, "onClickPolyLine: " + …