android-library

Translation of LatLng coordinates(longitude, latitude) to a rectangular coordinate system(meters.)

When working with the Google Maps API for Android, coordinates are given in longitude and latitude values. You need to translate these values into meters. Are there any libraries for this, so as not to reinvent the wheel? I write in Java.