everymap-providers-mapbox 0.2.2

MapBox provider for EveryMap — geocoding, routing, static maps, and more
Documentation
1
2
3
4
5
6
7
8
everymap_core::provider_client! {
    /// The shared HTTP client for MapBox APIs.
    ///
    /// Delegates to `everymap_core::client::ProviderClient` for common
    /// request/response logic. Each domain module constructs its own
    /// base URL per the MapBox API specification.
    MapBoxClient, "mapbox"
}