{ "opencollection": "1.0.0", "info": { "name": "Microsoft Windows 10 Windows Background Tasks Accelerometer Position API", "version": "1.0.0" }, "items": [ { "info": { "name": "Position", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Windows 10 Get current geographic position", "type": "http" }, "http": { "method": "GET", "url": "https://api.windows.com/geolocation/position", "params": [ { "name": "desiredAccuracy", "value": "", "type": "query", "description": "Desired position accuracy level" }, { "name": "maximumAge", "value": "", "type": "query", "description": "Maximum age of cached position in seconds" }, { "name": "timeout", "value": "", "type": "query", "description": "Timeout in seconds for obtaining a position" } ] }, "docs": "Retrieves the current geographic position using Geolocator.GetGeopositionAsync. Returns a Geoposition containing a Geocoordinate with latitude, longitude, altitude, accuracy, heading, speed, and timestamp. Accuracy depends on the position source (GNSS ~10m, Wi-Fi ~30-500m, cellular ~300-3000m, IP ~300-10000m)." } ] } ], "bundled": true }