FMKExternalModelSearchRequest Class Reference

Inherits from FMKSearchRequest : NSObject
Declared in FMKSearchObj.h

Overview

3D模型信息查询请求体

  groupIDs

要查询的楼层id集合,若不设置该参数则默认为全楼层查询

@property (nonatomic, strong) NSArray *groupIDs

Declared In

FMKSearchObj.h

  fid

fid查询必要参数

@property (nonatomic, copy) NSString *fid

Declared In

FMKSearchObj.h

  keywords

关键字查询必要参数

@property (nonatomic, copy) NSString *keywords

Declared In

FMKSearchObj.h

  type

类型查询必要参数

@property (nonatomic, copy) NSString *type

Declared In

FMKSearchObj.h

  mapPoints

通过范围查询模型的必要参数

@property (nonatomic, strong) NSArray<NSValue*> *mapPoints

Declared In

FMKSearchObj.h