You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
We are looking into changing the way MapboxMapManager works. Recently this object was only responsible for managing accesstokens but recently it became responsible for managing connection changes as well. With an upcoming release I suggest is completely rework currently exposed API. I would suggest updating the name to something else eg. Mapbox.
cc @mapbox/android
The text was updated successfully, but these errors were encountered:
I would like to move this object to mapbox-java so that it can easily handle tokens for API requests too. The challenge is that as you note MapboxAccountManager:
recently it became responsible for managing connection changes as well.
I'm thinking of having a generic NetworkInfo interface without any Android deps, with the SDK providing a default implementation using Android's.
I like Mapbox instead of MapboxAccountManager too.
zugaldia
changed the title
MapboxMapManager refactor
MapboxAccountManager refactor
Sep 30, 2016
We are looking into changing the way MapboxMapManager works. Recently this object was only responsible for managing accesstokens but recently it became responsible for managing connection changes as well. With an upcoming release I suggest is completely rework currently exposed API. I would suggest updating the name to something else eg.
Mapbox
.cc @mapbox/android
The text was updated successfully, but these errors were encountered: