How to use bing maps with all features in our asp .net core application. Features must include autoplace suggestion on search box and marking a location on map.
Loading
How to use bing maps with all features in our asp .net core application. Features must include autoplace suggestion on search box and marking a location on map.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pasang TamangPosted Dec 28, 2022, 8:55 AM
Hi,
You can use REST services of Bing map. You can find detail about REST services in this link https://learn.microsoft.com/en-us/bingmaps/rest-services/using-the-rest-services-with-net.
You can also check BingMaps REST Toolkit https://github.com/microsoft/BingMapsRESTToolkit
Further you can check working examples here https://samples.bingmapsportal.com/?sample=
Regards,
Pasang