Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefGetGeolocationCallback

CefBase
   |
   +--CefGetGeolocationCallback

   in cef_geolocation.h

class CefGetGeolocationCallback
extends CefBase

Implement this interface to receive geolocation updates. The methods of this class will be called on the browser process UI thread.


Method Summary
 virtual void OnLocationUpdate( const CefGeoposition& position )= 0
          Called with the 'best available' location information or, if the location update failed, with error information.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

OnLocationUpdate

public virtual void OnLocationUpdate( const CefGeoposition& position )= 0;
Called with the 'best available' location information or, if the location update failed, with error information.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt