Skip to content

Commit

Permalink
API reference has moved
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Dec 6, 2018
1 parent 0d7d04c commit e635234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ This repository contains example applications written in Swift and Objective-C t

## Usage

**[API reference](https://www.mapbox.com/mapbox-navigation-ios/directions/)**
**[API reference](https://www.mapbox.com/ios-sdk/api/directions/)**

You’ll need a [Mapbox access token](https://www.mapbox.com/developers/api/#access-tokens) in order to use the API. If you’re already using the [Mapbox Maps SDK for iOS](https://www.mapbox.com/ios-sdk/) or [macOS SDK](https://mapbox.github.io/mapbox-gl-native/macos/), MapboxDirections.swift automatically recognizes your access token, as long as you’ve placed it in the `MGLMapboxAccessToken` key of your application’s Info.plist file.

The examples below are each provided in Swift (denoted with `main.swift`), Objective-C (`main.m`), and AppleScript (`AppDelegate.applescript`). For further details, see the [MapboxDirections.swift API reference](https://www.mapbox.com/mapbox-navigation-ios/directions/).
The examples below are each provided in Swift (denoted with `main.swift`), Objective-C (`main.m`), and AppleScript (`AppDelegate.applescript`). For further details, see the [MapboxDirections.swift API reference](https://www.mapbox.com/ios-sdk/api/directions/).

### Calculating directions between locations

Expand Down

0 comments on commit e635234

Please sign in to comment.