Main Page
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Functions
Variables
Typedefs
Friends
Pages
Api
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
39
/*C*/
typedef
O< IPlaceSearchEngine >
GPlaceSearchEngine
;
40
41
}
42
43
#endif // !IPLACESEARCHENGINE_H__GLYMPSE__
Generated on Tue Jun 26 2018 08:46:46 by
1.8.4