Added some doc to bearing and position#17
Conversation
|
Sure thing. Bearing ranges are explained in https://www.mapbox.com/api-documentation/directions-v5.html as part of the StepManeuver object.
Regarding comments, let's keep them consistent with the main SDK. Either: or |
|
👍 |
|
so in this case, |
|
I'm afraid this is a concept that it's still fluctuating as the new API gets released. Let's pause on v5 docs for now. |
|
@zugaldia if everything looks good, this PR is good to go then! |
|
@cammace Thanks! Merging with minor edits. Leaving bering for until after v5. |
Could I get some clarification on bearing range @zugaldia? I'm also testing the waters with better ways to comment sections of the class. For example, you were using this style in
position.java:which I changed to:
// ****************************** Factories ******************************another option I've seen in some libraries is:
Not sure if you prefer your way of commenting them or if you just want to get rid of it all together. I do like breaking up the code like this though.