3

Sharing route with multiple stops on iOS only shows directions to first stop


T
Tobin Richard

On iOS multiple stop routes are not not shared correctly to Apple Maps. Only the first charging stop is included.

Steps to reproduce:
1. Create Route with multiple charging stops
2. Tap "share"
3. Tap "share to map" and "Apple Maps"
3. Maps opens with only the first stop shown.

Possible fix: I'm guessing that the maps URL opened by ABRP only includes a single address parameter. If sharing the route it should include saddr, multiple daddr in the correct order, and dirflg for car transport.

E.g. for a trip from Melbourne to Canberra stopping in Wangaratta: maps.apple.com/?saddr=Melbourne+AU&daddr=Wangaratta+AU&daddr=Canberra+AU&dirflg=d

A

Activity Newest / Oldest

Avatar

Bo_ABRP

Status changed to: In progress

Avatar

Jörg Kampmann

Apple Maps now supports multi point routes with iOS16, would be nice if all route points will be shared like it is done with google maps


Avatar

Bo_ABRP

Thanks for the tip! We will look into that.


Avatar

Katya_ABRP

Merged with: Multi point Apple maps with iOS16

Avatar

Katya_ABRP

Status changed to: Investigate

T

Tobin Richard

Adding to this, the URL scheme for this is fairly straight forward. Here's an example going from Melbourne to Canberra with a stop in Wangaratta: maps.apple.com/?saddr=Melbourne+AU&daddr=Wangaratta+AU&daddr=Canberra+AU&dirflg=d