I am implementing an application using Google Maps and Leap Motion and what I want right now, and I am a bit stuck, is a way to convert (x, y) screen coordinates into a Goog
Apparently, Google has decided to make life easier.
Here is the built-in solution:
Point point = googleMap.getProjection.toScreenLocation(latLng)
LatLng latlng = googleMap.getProjection.fromScreenLocation(point)