Is there a Geopoint class available for Winforms (or an Analogue thereof)?
问题 In my UWP app, I use a Geopoint class: using Windows.Devices.Geolocation; . . . List<Geopoint> locations; In a Winforms app, this is not available - Geopoint is not recognized. Is there an analogous class available for Winforms apps? The same is true for the BasicGeoposition object - not recognized. UPDATE I want the GeoPoint and BasicGeoposition classes so I can do things like this: BasicGeoposition location = new BasicGeoposition(); location.Latitude = 36.59894360222391; // Monterey == 36