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.
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.
Copyright © 2021 Jogjafile Inc.
Geoposition.Coordinate.Speedis of the type havingHasValue andValueproperties WhereasGeoposition.Coordinate.Speed.Valuehas just a double value type so you would need to store it accordingly and retrieve the values using properties needed.