Get coordinates from the map

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
MatteoAllix
User
Posts: 117

Get coordinates from the map

Post by MatteoAllix »

Hello,
I have a table relative to places where there are latitude and longitude fields.
Is it possible to fill them by retrieving them from a point chosen by the user via a map?
In practice, when you need to enter the latitude and longitude of a place,
you open a small map where the user indicates the point and with the latitude and longitude values the fields are filled.

Thanks,
Matteo


Webmaster
User
Posts: 9427

Post by Webmaster »

Currently there is no such feature.

You can google for "google maps get coordinates onclick" for sample codes.


Post Reply