Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add driving-traffic profile. #86

Merged
merged 4 commits into from
Nov 14, 2016
Merged

Add driving-traffic profile. #86

merged 4 commits into from
Nov 14, 2016

Conversation

willwhite
Copy link
Contributor

Adds a constant for the driving-traffic profile.

@@ -8,6 +8,11 @@
public let MBDirectionsProfileIdentifierAutomobile = "mapbox/driving"

/**
The returned directions are appropriate for driving and incorporates current traffic conditions when determining the fastest route.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Point out that this profile is experimental, like we do in MapboxGeocoder.swift for the locale option.

@@ -8,6 +8,11 @@
public let MBDirectionsProfileIdentifierAutomobile = "mapbox/driving"

/**
The returned directions are appropriate for driving and incorporates current traffic conditions when determining the fastest route.
*/
public let MBDirectionsProfileIdentifierAutomobileTraffic = "mapbox/driving-traffic"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about MBDirectionsProfileIdentifierAutomobileAvoidingTraffic?

@1ec5 1ec5 added the improvement Improvement for an existing feature. label Nov 10, 2016
@bsudekum bsudekum merged commit c760898 into master Nov 14, 2016
@bsudekum bsudekum deleted the traffic branch November 14, 2016 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement for an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants