IGetGeolocationCallbackOnLocationUpdate Method |
Version 57.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: 57.0.0.0 (57.0.0.0)
Syntax void OnLocationUpdate(
Geoposition position
)
void OnLocationUpdate(
Geoposition^ position
)
Parameters
- position
- Type: CefSharpGeoposition
geo position
See Also