I need to show a map to the user and let them choose a location.
After choosing the location I need to return the GPS coordinates (Latitude, Longitude) for the action.
What is the best way to do this?
Note: It can be using javascript, jQuery or some free component.