Files
old-backend/services/location/mapbox_lib/client.go
2023-10-12 05:23:34 +02:00

7 lines
144 B
Go

package mapbox
// Client covers all Mabpox API
type Client interface {
// Geocoder covers forward and reverse geocoding mapbox API
Geocoder
}