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.
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.
This pr adds
.baseUrl()
to the Places Plugin'sPlaceOptions
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.