Skip to content

Mapzen Android SDK 1.5.0

Compare
Choose a tag to compare
@sarahsnow1 sarahsnow1 released this 30 Aug 23:16
· 40 commits to master since this release

This release is graphics and cartography focused. It bumps Tangram to the latest, 0.8.0 release which includes support for 512 tiles, loading zip archives and raw yaml, as well as many other features found here. The BitmapMarker API is now fully featured and the bundled house styles have been updated to the latest released versions.

Graphics

  • Upgrades to Tangram 0.8.0 (7e37e41)
  • Expands the BitmapMarker API to provide support for all available properties (110c7ae)
  • Introduces new BitmapMarkerOptions and deprecates MarkerOptions to improve API clarity. A future release will remove MarkerOptions (e8948c9)

Cartography

  • Upgrades house styles to latest versions (8845854)

Other