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

Releases: flitsmeister/maplibre-navigation-ios

v1.0.7

01 Nov 15:43
16d4acd
Compare
Choose a tag to compare
  • Rerouting logic changed
    • Routes that are found when requesting a new route that are slower but more than 90% the same geometry will get applied. This is done to account for traffic on the route that could change the ETA dramatically
    • Added rerouteReason parameter in didRerouteAlong RouteControllerDelegate so the client can react accordingly
    • Added option to skip check for rerouting in RouteController where route should have 10+mins left before fetching a new route, called shouldCheckForRerouteInLastMinutes
  • Moved & renamed RouteControllerProactiveReroutingInterval to be an instance property of RouteController so the client can easily set this per route controller
  • Added shouldReturnTestingETAUpdateReroutes property to RouteController as an easy way to test an ETA update client-side. It uses two of the same test-routes between 52.02224357,5.78149084 and 52.03924958,5.55054131 with different ETA's to easily see the ETA change happen in the client's UI

v1.0.6

05 Oct 10:06
6db2d54
Compare
Choose a tag to compare
  • Changed Swift version from 4 to 5
  • Fixed some warnings
  • Updated Getting Started in README
  • Added Sample Code in README

v1.0.5

13 Jul 10:13
348355a
Compare
Choose a tag to compare
  • Moved to Maplibre normal version (5.12.2) instead of Maplibre pre-release Metal version (5.12.0-pre-1)

v1.0.4

01 Jul 10:53
92d68f5
Compare
Choose a tag to compare
  • Moved to Maplibre Metal version (5.12.0-pre.1) instead of Mapbox v5.3.0
  • Support for M1 simulator architectures

Project-related

  • This project can now be built for M1 simulator
  • Made the example app work again

v1.0.3

06 Jul 15:33
b48eac3
Compare
Choose a tag to compare
  • Fixed spamming server in case of route calculation failure

v1.0.2

18 Jun 09:42
d334f1a
Compare
Choose a tag to compare
  • DidReroute passed parameter if reroute was because a faster route was found

v1.0.1

08 Jun 11:00
be62206
Compare
Choose a tag to compare

v1.0.1

v1.0.0

19 May 11:28
2d5180e
Compare
Choose a tag to compare

v1.0.0