public class TimeZoneApi
extends java.lang.Object
See the Time Zone API documentation.
Modifier and Type | Method and Description |
---|---|
static PendingResult<java.util.TimeZone> |
getTimeZone(GeoApiContext context,
LatLng location)
Retrieves the
TimeZone for the given location. |
public static PendingResult<java.util.TimeZone> getTimeZone(GeoApiContext context, LatLng location)
TimeZone
for the given location.context
- The GeoApiContext
to make requests through.location
- The location for which to retrieve a time zone.PendingResult
.