CefGetGeolocationCallback OnLocationUpdate Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void OnLocationUpdate(
	CefGeoposition position
)

Parameters

position
Type: Xilium.CefGlue CefGeoposition

[Missing <param name="position"/> documentation for "M:Xilium.CefGlue.CefGetGeolocationCallback.OnLocationUpdate(Xilium.CefGlue.CefGeoposition)"]

See Also