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

mapmathing: - added to services docs; - fix api-ref docs #1400

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

RingerJK
Copy link
Contributor

Closes #1398

@RingerJK RingerJK requested a review from a team as a code owner April 13, 2022 15:26
@@ -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']
Copy link
Contributor Author

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

cc @Guardiola31337

Copy link
Member

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/?

Copy link
Contributor

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 🚀

@RingerJK RingerJK self-assigned this Apr 13, 2022
@codecov
Copy link

codecov bot commented Apr 13, 2022

Codecov Report

Merging #1400 (8cc26da) into main (f55c0f8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            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           
Impacted Files Coverage Δ
.../com/mapbox/api/matching/v5/MapboxMapMatching.java 89.28% <ø> (ø)

@RingerJK RingerJK enabled auto-merge (squash) April 13, 2022 16:39
@RingerJK RingerJK merged commit 9ed67d7 into main Apr 13, 2022
@RingerJK RingerJK deleted the kyv-mapmtchin-impovments branch April 13, 2022 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent map-matching api documentation
3 participants