Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

ios-v3.1.0-pre.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@1ec5 1ec5 released this 27 Jan 09:03
· 9436 commits to master since this release

Changes since ios-v3.1.0-pre.1:

  • Fixed “Include of non-modular header” compiler errors in Swift projects after installing the SDK via CocoaPods. (#3679)
  • Avoids triggering the blue background location status bar when user has granted “when in use” permission. (#3671)
  • Fixed a crash removing an annotation that was never added to the map. (#3685)
  • When the user tracking mode is set to MGLUserTrackingModeFollowWithCourse, an optional targetCoordinate is kept within sight at all times as the user changes location. This property, in conjunction with the userLocationVerticalAlignment property, may be useful for displaying the user’s progress toward a waypoint. (#3680)
  • Heading or course tracking mode can now be enabled as soon as an MGLMapView is initialized. (#3680)
  • Roughly four times as many distinct annotation images can be displayed on the map. (#3703)