Click or drag to resize

CefGetGeolocationCallbackOnLocationUpdate Method

Called with the 'best available' location information or, if the location update failed, with error information.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnLocationUpdate(
	CefGeoposition position
)

Parameters

position  CefGeoposition
 
See Also