Google Maps Maps and Games

The user must enter the correct address and click "OK." Then the Google map should be displayed. Then the custom shoult will simply say β€œOK” (if the location on the map is indicated on the map), or it should be able to change the address (if the location is incorrect on the map) by entering a new address or moving the contact of the map.

Is this possible with a playback platform? And how can I get the gps coordinates of the selected point?

Regards, Joe

+4
source share
3 answers

This can be done entirely on the client side using JavaScript and the GoogleMaps API, so you can build it in pure HTML if you want! So yes Play can easily support this.

+4
source

Yes, it’s possible, given that the Google Maps API allows you to do this. It's not that limited to Play, which in itself helps you build websites, but the Maps API and what you can do with it.

In other words, you can do this using Play, Lift, Struts, Ruby, or your own structure.

+2
source

I just wrote this article / application using Scala, Play Framework and Google Maps - this can help you! http://geeks.aretotally.in/location-based-play-framework-scala-google-maps-clustering-postgresql-and-anorm-appli

+1
source

All Articles