3 writes to Speed
Microsoft.Maui.Essentials (3)
Types\Location.shared.cs (1)
110
Speed
= point.Speed;
Types\LocationExtensions.uwp.cs (2)
38
Speed
= (!location.Coordinate.Speed.HasValue || double.IsNaN(location.Coordinate.Speed.Value)) ? default : location.Coordinate.Speed,
54
Speed
= (!coordinate.Speed.HasValue || double.IsNaN(coordinate.Speed.Value)) ? default : coordinate.Speed,
3 references to Speed
Microsoft.Maui.Essentials (3)
Types\Location.shared.cs (3)
110
Speed = point.
Speed
;
247
$"{nameof(
Speed
)}: {
Speed
}, " +