Click or drag to resize
IGetGeolocationCallback Interface
Version 63.0.0
Implement this interface to receive geolocation updates. The methods of this class will be called on the CEF UI thread.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public interface IGetGeolocationCallback : IDisposable

The IGetGeolocationCallback type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether the callback has been disposed of.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnLocationUpdate
Called with the 'best available' location information or, if the location update failed, with error information.
Top
See Also