Closed balaji101010 closed 9 months ago
in the README:
location is a Class exposing the following properties.
double latitude; double longitude; double altitude; double bearing; double accuracy; double speed; double time; bool isMock;
bearing
is probably the one you want
I have a marker and I need to change the direction of marker in google maps
In Location library I have
heading
valueIs there something similar to
heading
?