mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 120 forks source link

Added .baseUrl() to Places Plugin's PlaceOptions builder #1116

Closed langsmith closed 4 years ago

langsmith commented 4 years ago

This pr adds .baseUrl() to the Places Plugin's PlaceOptions builder.

Using https://www.mapbox.com/atlas is a good example of when a user might want to make geocoding calls to a different base URL than the default Mapbox one.

langsmith commented 4 years ago

CI tests aren't running because of known Github 🦄issues right now