Files

7 lines
144 B
Go
Raw Permalink Normal View History

2023-10-12 05:23:34 +02:00
package mapbox
// Client covers all Mabpox API
type Client interface {
// Geocoder covers forward and reverse geocoding mapbox API
Geocoder
}