|
iOS高德地图SDK(搜索) V9.8.0
|
多边形, 当传入两个点的时候,当做矩形处理:左下-右上两个顶点;其他情况视为多边形,几个点即为几边型。 More...
#include <AMapCommonObj.h>
Class Methods | |
| (AMapGeoPolygon *) | + polygonWithPoints: |
| 实例化一个多边形对象 | |
Properties | |
| NSArray< AMapGeoPoint * > * | points |
| 坐标集, AMapGeoPoint 数组 | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 | |
多边形, 当传入两个点的时候,当做矩形处理:左下-右上两个顶点;其他情况视为多边形,几个点即为几边型。
| + (AMapGeoPolygon *) polygonWithPoints: | (NSArray *) | points |
实例化一个多边形对象
| points | 坐标集, AMapGeoPoint 数组 |
|
readwritenonatomicstrong |
坐标集, AMapGeoPoint 数组