Skip to content

Releases: p-lr/MapView

Customizable animation interpolators

03 Jul 11:25
Compare
Choose a tag to compare

Zoom and pan animation APIs now accept an additional interpolator parameter.

Performance improvements

22 Jun 08:49
Compare
Choose a tag to compare

Reduce object allocations

Adjust thread pool priority

19 Nov 17:42
Compare
Choose a tag to compare

Previous version was using THREAD_PRIORITY_LOWEST, which can lead to UI hang on some emulators, while THREAD_PRIORITY_BACKGROUND has similar positive impact on overall responsiveness on low-end devices while not having this side effect.

Minor bug fix

19 Nov 17:44
Compare
Choose a tag to compare

Minor issue on visible tile calculation lead to some tiles being unnecessarily requested - fixed.

Performance improvement

19 Nov 17:50
Compare
Choose a tag to compare
  • Now use a specific Dispatcher which sets the thread priority so they have less chance of impacting UI.
  • Added remote HTTP demo

Performance improvement for remote HTTP tiles

19 Nov 17:54
Compare
Choose a tag to compare
  • Greatly improve performance when having remote HTTP, leveraging back pressure (the view-model waits the collector when the latter is overwhelmed).
  • Added tutorial to make a deep-zoom map.

Deferred configuration

10 Oct 20:12
Compare
Choose a tag to compare

The configuration of the MapView can now be done at any time after the MapView creation.

v1.0.0

28 Jul 15:54
Compare
Choose a tag to compare

This first version is production ready and has been thoroughly tested.