public class TimeZoneApi
extends java.lang.Object
The Google Time Zone API provides a simple interface to request the time zone for a location on the earth.
See documentation.
Modifier and Type | Method and Description |
---|---|
static PendingResult<java.util.TimeZone> |
getTimeZone(GeoApiContext context,
LatLng location)
Retrieve the
TimeZone for the given location. |
public static PendingResult<java.util.TimeZone> getTimeZone(GeoApiContext context, LatLng location)
TimeZone
for the given location.