upstream sync

This commit is contained in:
Senad Uka
2023-10-12 05:23:34 +02:00
parent d3011d77ff
commit 7369739bdd
21 changed files with 1686 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
package mapbox
// Client covers all Mabpox API
type Client interface {
// Geocoder covers forward and reverse geocoding mapbox API
Geocoder
}