All Classes Functions Variables Typedefs Friends Pages
IPlaceSearchRequest.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2014 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IPLACESEARCHREQUEST_H__GLYMPSE__
8 #define IPLACESEARCHREQUEST_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IPlaceSearchRequest : public ICommon
17 {
21  public: virtual GString getSearchTerm() = 0;
22 
26  public: virtual GLatLng getLocation() = 0;
27 
31  public: virtual GCommonObj getContext() = 0;
32 };
33 
35 
36 }
37 
38 #endif // !IPLACESEARCHREQUEST_H__GLYMPSE__