Click or drag to resize
IGetGeolocationCallbackOnLocationUpdate Method
Version 63.0.0
Called with the 'best available' location information or, if the location update failed, with error information.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
void OnLocationUpdate(
	Geoposition position
)

Parameters

position
Type: CefSharpGeoposition
geo position
See Also