Skip to content

Commit

Permalink
Mapbox.md
Browse files Browse the repository at this point in the history
# 10.0.0-rc.1 June 14, 2021

**The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.**

## Breaking changes ⚠️
* Rename setter for `Light` object from `add` to `set`. This matches API from GL-JS and clarifies there is only 1 Light object. ([#387](mapbox#387))
* Rename setter for `Terrain` object from `add` to `set`. ([#391](mapbox#391))
* Remove `CacheManager`. In the following releases, an API to control temporary map data may be provided. ([mapbox#399](mapbox#399))
* Remove `ResourceOptions::cacheSize` and `DefaultAmbientCacheSize` constant. ([mapbox#399](mapbox#399))
* Replace `ResourceOptions::cachePath` with `ResourceOptions::dataPath` that accepts a folder in which the map stores offline style packages and temporary map data. ([mapbox#399](mapbox#399))
* Rename `TileStore::getInstance()` to `TileStore::create()`. ([mapbox#399](mapbox#399))
* Remove the `MapView#setRenderCache` and `MapSurface#setRenderCache` API and replaced them with experimental `MapboxMap#setRenderCacheOptions` and `MapboxMap#getRenderCacheOptions` APIs. ([mapbox#401](mapbox#401))
* Change the default `ResourceOptions#dataPath` to `${context.filesDir.absolutePath}/.mapbox/map_data/` and the database name from `ambient_cache.db` to `map_data.db`. ([mapbox#403](mapbox#403))
  • Loading branch information
UWDIEYN-NETWORK-DIGITAL-CENTER authored Jun 14, 2021
1 parent 5e1a6d3 commit 73ff03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mapbox welcomes participation and contributions from everyone.

# 10.0.0-rc.1 June 10, 2021
# 10.0.0-rc.1 June 14, 2021

**The Mapbox Maps SDK for Android has moved to release candidate status and is now ready for production use.**

Expand Down

0 comments on commit 73ff03a

Please sign in to comment.