akexorcist / GoogleDirectionLibrary

[Android] Library for Google Direction API for Google Maps Android API v2
Apache License 2.0
572 stars 174 forks source link

how get bearing? #41

Closed cheetahdeliverys closed 7 years ago

cheetahdeliverys commented 7 years ago

how can get bearing in direction to second latlng? thanks

akexorcist commented 7 years ago

You have to write the code to calculate the bearing in the each step with lat/lng (Search for quadrant in mathematic)