Skip to main content

everymap_providers_google/
client.rs

1everymap_core::provider_client! {
2    /// The shared HTTP client for Google Maps APIs.
3    ///
4    /// Delegates to `everymap_core::client::ProviderClient` for common
5    /// request/response logic. Each domain module constructs its own
6    /// base URL per the Google Maps API specification.
7    GoogleClient, "google"
8}