WALKING MapMatching issue
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start by reproducing the Java request shown in the issue, using MapboxMapMatching.builder with PROFILE_WALKING, the supplied coordinates, and the stated options. Compare its matching and steps with the Directions demo, then trace whether the discrepancy is exposed by the Java API or occurs in the underlying service. Done means a confirmed cause and a documented actionable resolution.
Written by the indexing model from the issue text.
Description
We are working on a app that uses the mapmatching api. We seem to have some problems when it comes to walking matchings/steps. Many of the roads dont seem to be included when matching with this profile. Is there any way that I can add these roads to the walking profile so it matches the points correctly like in the example Directions demo?
This behaviour only seems to be an issue when using the WALKING profile.
Some additional info:
Point point1 = Point.fromLngLat(6.525440, 52.115350);
Point point2 = Point.fromLngLat(6.526132, 52.115345);
waypoints.add(point1);
waypoints.add(point2);
Locale locale = new Locale("nl_NL");
Arrays.fill(radiuses, 50.0);
MapboxMapMatching client = MapboxMapMatching.builder()
.accessToken(Objects.requireNonNull(Mapbox.getAccessToken()))
.geometries(DirectionsCriteria.GEOMETRY_POLYLINE)
.profile(DirectionsCriteria.PROFILE_WALKING)
.overview(DirectionsCriteria.OVERVIEW_FULL)
.coordinates(waypoints)
.language(locale)
.steps(true)
.roundaboutExits(true)
.bannerInstructions(true)
.tidy(false)
.radiuses(radiuses)
.build();
Result:

Expected result:

- Dominant language
- Java
- Stars
- 438
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from mapbox/mapbox-java
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mapbox/mapbox-java#1640 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
mapbox/mapbox-java#1635 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
mapbox/mapbox-java#1619 ·
-
Mapbox-java incompatible with gson 2.13.0 and up - call to internal GSON classes that were renamed Open
Difficulty 2/5 1-3 hours Newbie friendliness 48/100
mapbox/mapbox-java#1614 · 2 comments · 1 reaction ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
mapbox/mapbox-java#1612 · 1 reaction ·
All issues in mapbox/mapbox-java
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Two open-case totals on one screen: the Programs tile says 15,858 and the nav badge says 15,868 Openbug frontend maui-pilot
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
objectionary/eo-graphs#74 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100