-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
When using latlng as the waypoints for navigationViewController.setDestinations iOS application keeps crashing.
Environment details
- Navigation-SDK for iOS
- iOS: 17.2
- Simulator iPhone: SE (3rd generation)
- NavSDK Version: 4.4.0
Steps to reproduce
- Use
latlnginstead ofplace_idto reproduce the bug.
Code example
const initWaypoint = async () => {
const waypoint: Waypoint = {
position: {
lat: 37.4267861,
lng: -122.0806032,
},
};
const routingOptions: RoutingOptions = {
travelMode: TravelMode.DRIVING,
avoidFerries: true,
avoidTolls: false,
};
navigationViewController.setDestinations([waypoint], routingOptions);Video
Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2024-02-07.at.17.43.26.mp4
Thanks!
Metadata
Metadata
Assignees
Labels
triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.