UNPKG
aomd-amap
Version:
latest (1.0.1)
1.0.1
1.0.0
高德代码辅助提示
github.com/Aomd/AMap
Aomd/AMap
aomd-amap
/
CloudDataLayer
/
CloudDataQuery.d.ts
13 lines
(12 loc)
•
402 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
class
CloudDataQuery
{
/** *Creates an instance of CloudDataQuery. *
@param
{
String
} keywords 搜索关键字,仅对云数据中建立文本索引的字段有效 *
@param
{
String
} filter 云数据筛选条件,仅支持对建立了排序筛选索引的字段进行筛选 *
@memberof
CloudDataQuery
*/
constructor
(
keywords:
String
, filter:
String
) }