iOS高德地图SDK(搜索)  V9.5.0
AMapGeoPolygon Class Reference

多边形, 当传入两个点的时候,当做矩形处理:左下-右上两个顶点;其他情况视为多边形,几个点即为几边型。 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapGeoPolygon:
AMapSearchObject

Class Methods

(AMapGeoPolygon *) + polygonWithPoints:
 实例化一个多边形对象 More...
 

Properties

NSArray< AMapGeoPoint * > * points
 坐标集, AMapGeoPoint 数组 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

多边形, 当传入两个点的时候,当做矩形处理:左下-右上两个顶点;其他情况视为多边形,几个点即为几边型。

Method Documentation

◆ polygonWithPoints:

+ (AMapGeoPolygon *) polygonWithPoints: (NSArray *)  points

实例化一个多边形对象

Parameters
points坐标集, AMapGeoPoint 数组

Property Documentation

◆ points

- (NSArray<AMapGeoPoint *>*) points
readwritenonatomicstrong

坐标集, AMapGeoPoint 数组


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。