PeterLaurence MapView Versions Save

A Fast, memory efficient Android library to display tiled maps, with support for markers, paths, and rotation.

2.0.10

3 years ago

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

2.0.8

3 years ago

Reduce object allocations

1.0.4

4 years ago
  • 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.

1.0.5

4 years ago
  • Now use a specific Dispatcher which sets the thread priority so they have less chance of impacting UI.
  • Added remote HTTP demo

1.0.6

4 years ago

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

1.0.7

4 years ago

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.

1.0.3

4 years ago

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

1.0.0

4 years ago

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