You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please take a moment to fill out the following (change to preview to check or place x in []):
This is a
Bug
Feature Request
Which plugin does this impact:
Battery
Connectivity
Contacts
DeviceInfo
ExternalMaps
Geolocator
Media
Permissions
Settings
Text To Speech
Vibrate
Other:
Version Number of Plugin: 3.0.4
Device Tested On: Wiko kite (API 19)
Simulator Tested On:
Expected Behavior
It is supposed to return the heading value where the device heads at compared to the north
Actual Behavior
It returns 0
Steps to reproduce the Behavior
I'm calling the method like so :
var position = await CrossGeolocator.Current.GetPositionAsync(10000,null,true);
Latitude = position.Latitude.ToString();
Longitude = position.Longitude.ToString();
Heading = position.Heading;
From @Nikygm on May 16, 2016 13:30
Please take a moment to fill out the following (change to preview to check or place x in []):
This is a
Which plugin does this impact:
Version Number of Plugin: 3.0.4
Device Tested On: Wiko kite (API 19)
Simulator Tested On:
Expected Behavior
It is supposed to return the heading value where the device heads at compared to the north
Actual Behavior
It returns 0
Steps to reproduce the Behavior
I'm calling the method like so :
var position = await CrossGeolocator.Current.GetPositionAsync(10000,null,true);
Latitude = position.Latitude.ToString();
Longitude = position.Longitude.ToString();
Heading = position.Heading;
Copied from original issue: jamesmontemagno/Xamarin.Plugins#307
The text was updated successfully, but these errors were encountered: