Code:
2016-08-10 10:23:25.882 App[3455:63561] Calculating route with settings:
start: (33.8552, -118.316),
viaPoints: [(37.7891, -122.408)],
destination: (33.8318, -118.298)
2016-08-10 10:23:26.193 App[3455:63561] Total duration: 365
2016-08-10 10:23:26.301 App[3455:63561] Unable to calculate route: 8
2016-08-10 10:23:26.307 App[3455:63561] Route: SRCARoute:
Waypoints: (
"SRCAStop: (Place: name: Current Location [33.8552, -118.316]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [37.7891, -122.408]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [33.8318, -118.298]) (ETA: 365) (Distance: 4729)"
)
Routing State: SRCARoutingStateError (code: 8)
2016-08-10 10:23:27.193 App[3455:63561] Total duration: 365
2016-08-10 10:23:42.351 App[3455:63561] Calculating route with settings:
start: (33.8552, -118.316),
viaPoints: [(37.7891, -122.408)],
destination: (33.8318, -118.298)
2016-08-10 10:23:42.769 App[3455:63561] Unable to calculate route: 8
2016-08-10 10:23:42.774 App[3455:63561] Route: SRCARoute:
Waypoints: (
"SRCAStop: (Place: name: Current Location [33.8552, -118.316]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [37.7891, -122.408]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [33.8318, -118.298]) (ETA: 365) (Distance: 4729)"
)
Routing State: SRCARoutingStateError (code: 8)
2016-08-10 10:23:43.838 App[3455:63561] Calculating route with settings:
start: (33.8552, -118.316),
viaPoints: [(37.7891, -122.408)],
destination: (33.8318, -118.298)
2016-08-10 10:23:44.297 App[3455:63561] Unable to calculate route: 8
2016-08-10 10:23:44.301 App[3455:63561] Route: SRCARoute:
Waypoints: (
"SRCAStop: (Place: name: Current Location [33.8552, -118.316]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [37.7891, -122.408]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [33.8318, -118.298]) (ETA: 365) (Distance: 4729)"
)
Routing State: SRCARoutingStateError (code: 8)
2016-08-10 10:23:45.750 App[3455:63561] Calculating route with settings:
start: (33.8552, -118.316),
viaPoints: [(37.7891, -122.408)],
destination: (33.8318, -118.298)
2016-08-10 10:23:46.229 App[3455:63561] Unable to calculate route: 8
2016-08-10 10:23:46.233 App[3455:63561] Route: SRCARoute:
Waypoints: (
"SRCAStop: (Place: name: Current Location [33.8552, -118.316]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [37.7891, -122.408]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [33.8318, -118.298]) (ETA: 365) (Distance: 4729)"
)
Routing State: SRCARoutingStateError (code: 8)
2016-08-10 10:23:48.229 App[3455:63561] Calculating route with settings:
start: (33.8552, -118.316),
viaPoints: [(37.7891, -122.408)],
destination: (33.8318, -118.298)
2016-08-10 10:23:53.249 App[3455:63561] =[ Finished route calculation (viaPointsOnRoute: 1)]=
2016-08-10 10:23:53.250 App[3455:63561] · Total Distance: 634807 meters
2016-08-10 10:23:53.250 App[3455:63561] · Total Estimated Time: 444.5 minutes
2016-08-10 10:23:53.250 App[3455:63561] · Traffic Delay: 13.6 minutes
2016-08-10 10:23:53.250 App[3455:63561] · Corridor downloaded: 1
2016-08-10 10:23:53.250 App[3455:63561] -----------------------------------------------------
2016-08-10 10:23:53.250 App[3455:63561] · ViaPointIdentifier: 0
2016-08-10 10:23:53.250 App[3455:63561] · ViaPoint.estimatedTime: 424.8 minutes
2016-08-10 10:23:53.250 App[3455:63561] · ViaPoint.distance: 632632 meters
2016-08-10 10:23:53.250 App[3455:63561] Total duration: 27489
2016-08-10 10:23:53.251 App[3455:63561] Route: SRCARoute:
Waypoints: (
"SRCAStop: (Place: name: Current Location [33.8552, -118.316]) (ETA: 0) (Distance: 0)",
"SRCAStop: (Place: name: Starbucks [37.7891, -122.408]) (ETA: 26302) (Distance: 632632)",
"SRCAStop: (Place: name: Starbucks [33.8318, -118.298]) (ETA: 27489) (Distance: 634807)"
)
Routing State: 2
All I did was keep retrying and then the route was calculated. For what it's worth, the start & destination are very close to each other, and the viaPoint is 7 hours away.
Bookmarks