[This is preliminary documentation and is subject to change.]
The CefGeolocationHandler type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnCancelGeolocationPermission |
Called when a geolocation access request is canceled. |requesting_url| is
the URL that originally requested permission and |request_id| is the unique
ID for the permission request.
| |
| OnRequestGeolocationPermission |
Called when a page requests permission to access geolocation information.
|requesting_url| is the URL requesting permission and |request_id| is the
unique ID for the permission request. Return true and call
CefGeolocationCallback::Continue() either in this method or at a later
time to continue or cancel the request. Return false to cancel the request
immediately.
| |
| (Inherited from |
See Also