Version 63.0.0
Request a one-time geolocation update.
This function bypasses any user permission checks so should only be
used by code that is allowed to access location information.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
Syntax public static bool GetGeolocation(
IGetGeolocationCallback callback
)
public:
static bool GetGeolocation(
IGetGeolocationCallback^ callback
)
Parameters
- callback
- Type: CefSharpIGetGeolocationCallback
[Missing <param name="callback"/> documentation for "M:CefSharp.Cef.GetGeolocation(CefSharp.IGetGeolocationCallback)"]
Return Value
Type:
BooleanReturns 'best available' location info or, if the location update failed, with error info.
See Also