3 writes to Course
Microsoft.Maui.Essentials (3)
Types\Location.shared.cs (1)
111
Course
= point.Course;
Types\LocationExtensions.uwp.cs (2)
39
Course
= (!location.Coordinate.Heading.HasValue || double.IsNaN(location.Coordinate.Heading.Value)) ? default : location.Coordinate.Heading,
55
Course
= (!coordinate.Heading.HasValue || double.IsNaN(coordinate.Heading.Value)) ? default : coordinate.Heading,
3 references to Course
Microsoft.Maui.Essentials (3)
Types\Location.shared.cs (3)
111
Course = point.
Course
;
248
$"{nameof(
Course
)}: {
Course
}, " +