upstream sync
This commit is contained in:
7
services/location/mapbox_lib/client.go
Normal file
7
services/location/mapbox_lib/client.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package mapbox
|
||||
|
||||
// Client covers all Mabpox API
|
||||
type Client interface {
|
||||
// Geocoder covers forward and reverse geocoding mapbox API
|
||||
Geocoder
|
||||
}
|
||||
Reference in New Issue
Block a user