3.0.0 #68
Closed
boldtrn
announced in
Announcements
3.0.0
#68
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
speak
method inRouteVoiceController
can be used without a givenRouteProgress
or theRouteProgress
can explicitly ignored so that it will not be added to the voice instruction.RouteProgress
is now optional inwillSpeak
method ofVoiceControllerDelegate
if theRouteProgress
in thespeak
method of theRouteVoiceController is
nil`.Locale
given inRouteOptions
to create the correspondingAVSpeechSynthesisVoice
.RouteControllerUserLocationSnappingDistance
MLNStyle
extensions referencing non-functioning MapBox styles, e.g.MLNStyle.navigationGuidanceDayStyleURL
.Day/NightStyle(styleURL:)
which takes an explicit URL to a hosting tileserver style.Day/NightStyle(demoStyle: ())
as an explicit alternative when the user doesn't have a tileserver handy. This uses MapLibre's demo style and is intended for testing and demonstration use only.DayStyle()
/NightStyle()
initializers because they were backed by an implicit tile service. If these default styles are still used, they'll now use the MapLibre demo style.NavigationViewController
now expects explicit style URLs withNavigationViewController(route:dayStyleURL:nightStyleURL:...)
or NavigationViewController(route:dayStyle:nightStyle:...)` and the existing initializer, which allowed "default" styles, is deprecated and uses the MapLibre demo styles.speedMultiplier
when using SimulatedLocationManagerThis discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions