The user should enter a valid adress and click ok. Then a Google-Map should be shown. Then the user shoult simply say ok(if the wright place is shown in the map) or he should be able to change the adress (if the wrong place is shown in the map), by entering a new adress or by moving the pin on the map.
Is this possible with play framework?
And how can i get the gps-coordinates of the selected point?
Kind regards, joe
This can be done entirely client side using JavaScript and the GoogleMaps API, so you could build this in pure HTML if you wanted to! So, yes Play can easily support this.