Click or drag to resize
IWebBrowserGeolocationHandler Property
Version 63.0.0
Implement IGeolocationHandler and assign to handle requests for permission to use geolocation.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
IGeolocationHandler GeolocationHandler { get; set; }

Property Value

Type: IGeolocationHandler
The geolocation handler.
See Also