Reputation: 1493
I am working on a Windows Phone 7 project, in which I have to use the GeoCoordinateWatcher class for tracking the user's location and the speed. But I could not find any documentation which mention the Unit of GeoCoordinateWatcher's GeoPosition Speed value? Is it in m/s or km/hr?
Please let me know.
Thanks
Upvotes: 1
Views: 244
Reputation: 206909
GeoCoordinate.Speed Property's documentation (right at the top) states:
Gets or sets the speed in meters per second.
Upvotes: 2