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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnLocationUpdate(
	CefGeoposition position
)

Parameters

position
Type: Internal.Xilium.CefGlueCefGeoposition
See Also