Skip to content

Beta Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@msmollin msmollin released this 03 Mar 17:44
· 250 commits to master since this release

We've released iOS SDK 0.2.0, which we're dubbing our first Beta release. We decided against using -beta tags for this as it makes it easier for people running cocoapods to migrate from 0.1.x to 0.2.x.

Major Changes:

  • A major refactor switching MapViewController from a subclass of TGMapViewController to becoming a container view controller. Additional work will be done here in the lead-up to launch, but the API is mostly settled now.
  • Map attribution has now been added.
  • Support for offline tile caching has been added in Tangram-es and adopted in the Mapzen SDK. You will need to supply an MBTiles data source for this. More testing will be done around this.
  • Support for proper curved labels on roads introduced in Tangram-es as well.

Bug Fixes- Too many to really mention, but a couple big ones include the following:

  • API key management unified
  • Bitmap markers no longer flipped
  • Better error handling
  • Performance improvements across the board