Skip to content

Mapzen Android SDK 1.6.0

Compare
Choose a tag to compare
@sarahsnow1 sarahsnow1 released this 14 Sep 17:45
· 34 commits to master since this release

This release introduces support for cartography themes in Refill! See the notes below for the other features of this release.

Cartography

Graphics

  • Adds async methods to MapzenMap for setting map styles (4ee9736)

Other

  • Adds APIs to MapzenMap, MapzenSearch, and MapzenRouter to allow customizing HTTP headers and parameters sent on each request (bf93f44)

Upgrade Notes

  • Now that RefillStyle is a ThemedMapStyle, its default label level and lod are aligned with the defaults listed in the cartography documentation (level 5). This means that if you would like to preserve the previous Android SDK defaults for theses values (level 10), you will need to specify them when setting the style (using MapzenMap#setStyleLabelLevelLodThemeColor or MapzenMap#setStyleLabelLevelLodThemeColorAsync)