Files
old-backend/services/location/mapbox_lib/client.go

7 lines
144 B
Go
Raw 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
}