Package com.chrt.api.resources.utils
Class RawUtilsClient
- java.lang.Object
-
- com.chrt.api.resources.utils.RawUtilsClient
-
public class RawUtilsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawUtilsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<TimezoneResponse>getTimezoneV1(UtilsGetTimezoneV1Request request)Returns the IANA timezone identifier (e.g., 'America/Los_Angeles') for the given latitude and longitude coordinates.ChrtApiHttpResponse<TimezoneResponse>getTimezoneV1(UtilsGetTimezoneV1Request request, RequestOptions requestOptions)Returns the IANA timezone identifier (e.g., 'America/Los_Angeles') for the given latitude and longitude coordinates.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawUtilsClient
public RawUtilsClient(ClientOptions clientOptions)
-
-
Method Detail
-
getTimezoneV1
public ChrtApiHttpResponse<TimezoneResponse> getTimezoneV1(UtilsGetTimezoneV1Request request)
Returns the IANA timezone identifier (e.g., 'America/Los_Angeles') for the given latitude and longitude coordinates. Falls back to closest timezone if the point is in the ocean or at an edge. | () -> (TimezoneResponse)
-
getTimezoneV1
public ChrtApiHttpResponse<TimezoneResponse> getTimezoneV1(UtilsGetTimezoneV1Request request, RequestOptions requestOptions)
Returns the IANA timezone identifier (e.g., 'America/Los_Angeles') for the given latitude and longitude coordinates. Falls back to closest timezone if the point is in the ocean or at an edge. | () -> (TimezoneResponse)
-
-