What is the equivelant of the System.Device.Location.GeoCoordinate.GetDistanceTo method in Metro style Windows 8 Applications.
Metro applications have the Geocoordinate class (With a lower case 'C') but no GetDistanceTo method.
Secondly, the Metro Geocoordinate class has no constructor. How can I create an instance of it.