0

What is the difference between

Geoposition.Coordinate.Speed.Value

and

Geoposition.Coordinate.Speed

?

Both seem to give me current speed but I'm wondering which one I should use. Thanks.

Michal_Drwal
  • 526
  • 1
  • 9
  • 26

1 Answers1

0

Geoposition.Coordinate.Speed is of the type having HasValue and Value properties Whereas Geoposition.Coordinate.Speed.Value has just a double value type so you would need to store it accordingly and retrieve the values using properties needed.

Jerin
  • 3,657
  • 3
  • 20
  • 45