Closed aanev closed 7 years ago
@aanev thank you for interesting in my package. Due to you already implement it, could you please create a pull request?
@aanev I will deploy today soon via npm
@dverbovyi Thank you! I was thinking that another nice thing to have is Geocoder Autocompletion wrapper service. If I implement it would you consider adding it?
It is quite simple as seen in the following link - just a $http.get request: https://developer.here.com/api-explorer/rest/geocoding_suggestions/geocoding-autocomplete
@aanev yes sure. I don't have a free time for this library (I hope find it in the nearest future), that's why I appreciate any development via open-source community. So, If you need some feature or already implemented something inside your own fork, feel free to make a pull request
@aanev published 0.1.4 https://www.npmjs.com/package/angular-heremaps
Hi,
would you consider adding geocodeAddress method to the public API of HereMapsAPIService. Something like this:
` function geocodeAddress(platform, params) { if (!params) return console.error('Missed required parameters');
Kind Regards!