Click or drag to resize

CefRuntimeGetGeolocation Method

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: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool GetGeolocation(
	CefGetGeolocationCallback callback
)

Parameters

callback  CefGetGeolocationCallback
 

Return Value

Boolean
See Also