Versions in this module Expand all Collapse all v1 v1.1.0 Aug 25, 2025 v1.0.0 Aug 21, 2025 Changes in this version + type Client struct + func NewClient(apiKey string, httpClient HTTPClient, logger *slog.Logger) *Client + func (c *Client) GeocodeLocation(ctx context.Context, location string) (*Location, error) + func (c *Client) TimezoneForCoordinates(ctx context.Context, lat, lng float64) (string, error) + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + type Location struct + Latitude float64 + Longitude float64