Hello fellow androiders, it's been a while!
I need some help with creating dates from coordinates.
I'm using google maps and when the user places the camera over a geographical area I want to display it's local time.
gMap.setOnCameraIdleListener {}
can provide me with a CameraPosition
, which contains a LatLng
.
I is there a way to convert it into a timezone without using an additional API.
Any thoughts?
Edit: The question is for Android especially.