This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Remove setAccessToken Methods from MapboxMap and MapView #5621
Labels
Android
Mapbox Maps SDK for Android
refactor
SEMVER-MAJOR
Requires a major release according to Semantic Versioning rules
Milestone
MapboxAccountManager
needs to become the only way to set Access Tokens for apps. To do thisMapView.setAccessToken()
,MapboxMap.setAccessToken()
, and related methods need to be removed.MapView.setAccessToken()
andMapboxMap.setAccessToken()
were officially deprecated and documented for eventual removal whenMapboxAccountManager
was introduced inMapbox Android SDK 4.1.0
( #5004 )./cc @mapbox/mobile
The text was updated successfully, but these errors were encountered: