Question

I am developing .net applications. Do you have a documentation on how to integrate here maps restful services to .Net? Specifically for ASP.net since I am creating websites

Or any samples specifically for geo coding, reverse geo coding, and routing.

Was it helpful?

Solution

the documentation for all of the Rest APIs would be available at the developer.here.com/documentation

In general, REST services are used through HTTP GET/POST, thus just see how the HTTP queries are handled in your selected technology, and then see the documentation for the URL used, and how the data is passed & reply data formed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top