Skip to content

Mapzen Android SDK 1.4.0

Compare
Choose a tag to compare
@sarahsnow1 sarahsnow1 released this 02 Jun 03:16
· 52 commits to master since this release

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

Search

Routing

Location Services

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