Class UtilsClient


  • public class UtilsClient
    extends java.lang.Object
    • Constructor Detail

      • UtilsClient

        public UtilsClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawUtilsClient withRawResponse()
        Get responses with HTTP metadata like headers
      • getTimezoneV1

        public 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 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)