-
Notifications
You must be signed in to change notification settings - Fork 120
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
mapmathing: - added to services docs; - fix api-ref docs #1400
Conversation
@@ -6,14 +6,15 @@ sourceSets { | |||
'../services-optimization/src/main/java', '../services-staticmap/src/main/java', | |||
'../services-speech/src/main/java', '../services-tilequery/src/main/java', | |||
'../services-route-tiles/src/main/java', '../services-directions-refresh/src/main/java', | |||
'../services-isochrone/src/main/java'] | |||
'../services-isochrone/src/main/java', '../services-matching/src/main/java'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include mapmatching
to services
api-ref docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RingerJK @Guardiola31337 When will we see the new map matching docs on https://docs.mapbox.com/android/java/api-reference/?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're already available under mapbox-java-services e.g. MapMatchingService
🚀
Codecov Report
@@ Coverage Diff @@
## main #1400 +/- ##
=========================================
Coverage 75.23% 75.23%
Complexity 920 920
=========================================
Files 125 125
Lines 3957 3957
Branches 645 645
=========================================
Hits 2977 2977
Misses 706 706
Partials 274 274
|
3617bfe
to
8cc26da
Compare
Closes #1398