Mapzen Android SDK 1.4.0
Mapzen Android SDK
This is a big update to the Android SDK! Every single internal dependency has been upgraded (see links to each release for details on what these new versions add). With this release, we are providing new ways to display items on the map, the ability to customize the routing and map label language used, the ability to display bike and transit overlays and many more features! This release adds support for using Lost across multiple processes. It also provides some bug and memory management fixes to improve stability.
Graphics
- Adds ability to set the map language (b0b29e9)
- Fixes crash (thanks @rwrx)(966e987)
- Adds marker interface (600540f)
- Updates stylesheets and adds bike and transit overlays!
(90f7267, 65795f7) - Updates to Tangram 0.6.3 (4a21bf4, https://github.com/tangrams/tangram-es/releases/tag/0.6.3)
Search
- Updates to Pelias 1.2.0 (https://github.com/pelias/pelias-android-sdk/releases/tag/pelias-android-sdk-1.2.0)
Routing
- Adds ability to set the router language (60d62a6)
- Updates to On the Road 1.3.0 (https://github.com/mapzen/on-the-road_android/releases/tag/on-the-road-1.3.0)
Location Services
- Fixes memory leaks (b32721b, ad7898b)
- Updates to Lost 3.0.0 (https://github.com/mapzen/lost/releases/tag/lost-3.0.0)
Other
Mapzen Places API for Android
This update makes several improvements to the Places API to better handle certain edge cases
Place Autocomplete
- Improves search UI in landscape mode (c201623)
- Improves returning results when no
gid
exists (7bb36d5)
Place Picker
- Improves picker map positioning (b774a9b)
- Improves dialog restoration on configuration change (70b399c)
Place Details
None