FMDistrictSearchResult

概述

行政区划的搜索结果类,共分为5种搜索结果类。

FMDistrictInfo

概述

行政区信息类,提供包含行政区各项信息的对象。

属性

district_name

行政区名

声明

@property (nonatomic, strong) NSString* district_name;

district_code

行政区编号

声明

@property (nonatomic) NSUInteger district_code;

district_class

行政区分类

声明

@property (nonatomic) NSUInteger district_class;

FMDistrictInfoSearchResult

概述

行政区信息检索结果类,提供行政区信息检索结果对象,保存行政区信息检索结果列表

属性

status

状态

声明

@property (nonatomic) NSInteger status;

message

消息

声明

@property (nonatomic, strong) NSString* message;

alldistrictInfoList

行政区信息列表

声明

@property (nonatomic, strong) NSArray* alldistrictInfoList;

FMDistrictPropertiesInfo

概述

行政区属性信息,行政区地理检索中的一项

属性

district_name

行政区名

声明

@property (nonatomic, strong) NSString* district_name;

district_code

行政区编号

声明

@property (nonatomic, strong) NSString* district_code;

FMDistrictGeometryInfo

概述

行政区几何类型信息(点、面),地理检索中一项

属性

geometry_type

几何体类型

声明

@property (nonatomic, strong) NSString* geometry_type;

geometry_coord

几何体坐标

声明

@property (nonatomic, strong) NSArray* geometry_coord;

FMDistrictGeoSearchResult

概述

行政区地理检索结果

属性

status

状态

声明

@property (nonatomic) NSInteger status;

message

消息

声明

@property (nonatomic, strong) NSString* message;

districtProperties

行政区属性

声明

@property (nonatomic, strong) FMDistrictPropertiesInfo* districtProperties;

districtType

行政区类型

声明

@property (nonatomic, strong) NSString* districtType;

districtGeometry

行政区几何体

声明

@property (nonatomic, strong) FMDistrictGeometryInfo* districtGeometry;

results matching ""

    No results matching ""