All Classes Functions Variables Typedefs Friends Pages
IPlaceSearchEngine.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2014 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IPLACESEARCHENGINE_H__GLYMPSE__
8 #define IPLACESEARCHENGINE_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
20 /*O*public**/ struct IPlaceSearchEngine : public IEventSink
21 {
36  public: virtual GPlaceSearchRequest search(const GString& term, const GLatLng& location, const GCommonObj& context) = 0;
37 };
38 
40 
41 }
42 
43 #endif // !IPLACESEARCHENGINE_H__GLYMPSE__