Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Cleanup MapView and corresponding jni #3791

Closed
2 tasks
tobrun opened this issue Feb 2, 2016 · 4 comments
Closed
2 tasks

Cleanup MapView and corresponding jni #3791

tobrun opened this issue Feb 2, 2016 · 4 comments
Labels
Android Mapbox Maps SDK for Android

Comments

@tobrun
Copy link
Member

tobrun commented Feb 2, 2016

With the 4.0.0 release we are migrating away from the old way of manipulating the MapView:

  • setLatLng
  • setZoom
  • setVisibleCoordinateBounds
  • etc.

and only exposing manipulation thorugh the camera API in MapboxMap.

  • jumpTo
  • easeTo
  • animateTo

Before releasing we should:

  • Cleanup MapView and remove all API, if needed migrate to camera equivalent.
  • Cleanup jni.cpp
@tobrun tobrun added the Android Mapbox Maps SDK for Android label Feb 2, 2016
@tobrun tobrun added this to the android-v4.0.0 milestone Feb 2, 2016
@tobrun
Copy link
Member Author

tobrun commented Feb 2, 2016

BoundingBox occurrences should be replaced with LatLngBounds

@tobrun
Copy link
Member Author

tobrun commented Feb 4, 2016

LatLngZoom should be removed

@tobrun
Copy link
Member Author

tobrun commented Feb 4, 2016

Picking this up as part of #3758

@tobrun tobrun closed this as completed Feb 4, 2016
@tobrun
Copy link
Member Author

tobrun commented Feb 4, 2016

landed with aa05cba

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

No branches or pull requests

1 participant