Click or drag to resize

CefClientGetGeolocationHandler Method

Return the handler for geolocation permissions requests. If no handler is provided geolocation access will be denied by default.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual CefGeolocationHandler GetGeolocationHandler()

Return Value

Type: CefGeolocationHandler
See Also