when user click on button get location so user watch a map and select any location and after that user submit this location. i want to store Text of selcted location. user retrieve that data on display so when user click location link so stored location show in maps
Loading
Vikas SinghPosted May 16, 2024, 7:07 AM
You can check and go through with this article: https://www.c-sharpcorner.com/article/building-an-interactive-location-selector-with-google-maps-in-asp-net-mvc/
Abhishek ChadhaPosted May 15, 2024, 7:55 AM
To get the current location of a user in an ASP.NET MVC application using Google Maps, you can use the HTML5 Geolocation API along with Google Maps JavaScript API.