hgrig
hgrig

Reputation: 51

OpenStreetMap tiles by here's api

I am writing mobile application with apache cordova engine. I need tile and geocoder(reverse geocoder) server, for this reason I want to use here-api.

I need something as OSM, with buildings, street names... etc. How I need request to get this type of tiles? Or, Is it possible to get OSM tiles by here's servers?

Basically I need tiles of Armenian.

Thanks and Regards.

Upvotes: 0

Views: 464

Answers (1)

echom
echom

Reputation: 932

You cannot get OSM tiles via HERE servers. I believe you are looking for this:

https://developer.here.com/rest-apis/documentation/enterprise-map-tile/topics/quick-start.html

And then this:

https://developer.here.com/rest-apis/documentation/geocoder/topics/quick-start.html

You'll have to sign up for a plan before you can use it though: https://developer.here.com/plans/api/consumer-mapping

Upvotes: 1

Related Questions