Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[The Win32 Location API is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the Windows.Devices.Geolocation API. ]
Retrieves a distance from the reported location, in meters. Combined with the location reported as the origin, this radius describes the circle in which the actual location is probably located.
Syntax
HRESULT GetErrorRadius(
[out] DOUBLE *pErrorRadius
);
Parameters
[out] pErrorRadius
Address of a DOUBLE that receives the error radius.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only],Windows 7 |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | locationapi.h |
| DLL | LocationAPI.dll |