Skip to content

64-bit support, updated Mapbox SDK, pin colors

Pre-release
Pre-release
Compare
Choose a tag to compare
@adampax adampax released this 22 Mar 17:29
· 6 commits to master since this release

With PR #16 the module now has:

  • 64 bit support
  • ability to change pin colors
  • Updated to latest Mapbox iOS SDK
  • Ability to set individual pin colors
  • Access mbtiles outside of /Resources directory

With the latest Mapbox iOS SDK, an access token will be required, such as:

mapbox.createView({
  accessToken: 'myAccestokenhere'
...