i'm programming a application using google maps and i need to send to my webservice my actual location with latitude, longitude and distance in meters, i need to obtain the google maps zoom in meters, but i don't know how to do it..
I'm using this method but i don't know how to convert the zoom value to meter to send.
mMap.getCameraPosition().zoom
For example, i need to zoom in or zoom out on the google maps and convert the zoom value to meters, 10000 meters, 20000 meters, etc..