質問

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.

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top