IGetGeolocationCallbackOnLocationUpdate Method |
Version 63.0.0
Called with the 'best available' location information or,
if the location update failed, with error information.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax void OnLocationUpdate(
Geoposition position
)
void OnLocationUpdate(
Geoposition^ position
)
Parameters
- position
- Type: CefSharpGeoposition
geo position
See Also