Skip to content

Commit

Permalink
Don't use offline directions by default in the example app
Browse files Browse the repository at this point in the history
  • Loading branch information
frederoni committed Oct 25, 2018
1 parent 5352c5c commit 584228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Swift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class ViewController: UIViewController, MGLMapViewDelegate {
return success(routes)
}

_ = OfflineDirections.shared.calculate(options, completionHandler: handler)
_ = Directions.shared.calculate(options, completionHandler: handler)
}

// MARK: Basic Navigation
Expand Down

0 comments on commit 584228c

Please sign in to comment.