BByrne
BByrne

Reputation: 33

Street Intersections with Mapbox Geocoding API

I've searched Mapbox's API and have tested a few popular places, but can't seem to get correct results for geocoded street intersections. Does Mapbox's API have the capability to geocode intersections that's not documented? Is there a definitive answer or should I assume it's not possible (yet) and investigate other options, like MapQuest or Google?

Upvotes: 0

Views: 483

Answers (2)

BByrne
BByrne

Reputation: 33

Intersections are not supported as of March 2016. I'll update this post if anything changes, but it doesn't sound like it's being actively developed from the response below ("working on potentially adding it").

Email response from MapBox support:

Supporting intersections is something that is not available at this time. The team is aware of it and is working on potentially adding it in the future. You can follow the progress here.

Link from email: https://github.com/mapbox/carmen/issues/349

Upvotes: 0

Manny Lopez
Manny Lopez

Reputation: 31

Mapbox's Geocoding API does not support intersections at the moment. The feature request is being tracked on GitHub.

https://github.com/mapbox/carmen/issues/349

Upvotes: 3

Related Questions