Almoullim / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
224 stars 236 forks source link

Is there any property for direction? #198

Closed balaji101010 closed 9 months ago

balaji101010 commented 9 months ago

I have a marker and I need to change the direction of marker in google maps

In Location library I have heading value

Is there something similar to heading ?

MoralCode commented 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