Mapzen Android SDK 1.6.0
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 toMapzenMap
for setting map styles (4ee9736)
Other
- Adds APIs to
MapzenMap
,MapzenSearch
, andMapzenRouter
to allow customizing HTTP headers and parameters sent on each request (bf93f44)
Upgrade Notes
- Now that
RefillStyle
is aThemedMapStyle
, 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 (usingMapzenMap#setStyleLabelLevelLodThemeColor
orMapzenMap#setStyleLabelLevelLodThemeColorAsync
)