How should i store latitude and longitude in android
Use the LatLng class for storing and using location coordinates.
https://developers.google.com/android/reference/com/google/android/gms/maps/model/LatLng
1 Like