Interface UtilsGetTimezoneV1Request.LatStage
-
- All Known Implementing Classes:
UtilsGetTimezoneV1Request.Builder
- Enclosing class:
- UtilsGetTimezoneV1Request
public static interface UtilsGetTimezoneV1Request.LatStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UtilsGetTimezoneV1Request.Builderfrom(UtilsGetTimezoneV1Request other)UtilsGetTimezoneV1Request.LngStagelat(double lat)Latitude in decimal degrees (range: -90 to 90)
-
-
-
Method Detail
-
lat
UtilsGetTimezoneV1Request.LngStage lat(double lat)
Latitude in decimal degrees (range: -90 to 90)
-
from
UtilsGetTimezoneV1Request.Builder from(UtilsGetTimezoneV1Request other)
-
-