Reputation: 835
can somebody please help mt to get current location of user using the GWT-Maps-V3-Api and her eis the link to it.
https://github.com/branflake2267/GWT-Maps-V3-Api/blob/master/README.md.
In the google gwt map there is a class called geoLocation which gives you the current coordinates of the user. But in GWT-Maps-V3-Api i could not find anything or am i missing something.Please help me to get started.
Upvotes: 0
Views: 451
Reputation: 1809
This might be helpful : http://blog.vercer.com/2012/12/google-maps-v3-with-gwt-example.html However, I don't know how to handle cases when GeoLocation.getIfSupported() returns null!
Upvotes: 0