Documentation
¶
Overview ¶
Package googlemaps provides geocoding and timezone services using Google Maps APIs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client handles Google Maps API operations.
func NewClient ¶
func NewClient(apiKey string, httpClient HTTPClient, logger *slog.Logger) *Client
NewClient creates a new Google Maps API client.
func (*Client) GeocodeLocation ¶
GeocodeLocation converts a location string to coordinates using Google Geocoding API.
type HTTPClient ¶
HTTPClient interface for making HTTP requests.
Click to show internal directories.
Click to hide internal directories.