javascript - Here maps autocomplete js api -


here maps added autocomplete function geocoder api

http://autocomplete.geocoder.cit.api.here.com/6.2/suggest.json ?app_id={your_app_id} &app_code={your_app_code} &query=pariser+1+berl &beginhighlight=<b> &endhighlight=</b> 

it complete new , not documented right now. not know how call js api. use js api or know how use js api?

most js api acts wrapper class geocorder, want prefer using existing wrapper before building own.

there project wrap here maps js api, can find on npm here:

https://www.npmjs.com/package/node-heremaps

if you're looking display maps in browser, i've started working on project react integration here:

https://www.npmjs.com/package/react-here-maps

and can of course include here maps script directly.


Comments