#include <MAMapView.h>
建筑物操作
- Since
- 9.6.0 Building operations since 9.6.0
◆ hideBuildingsWithPolygon:polygonSize:
| - (NSInteger) hideBuildingsWithPolygon: |
|
(CLLocationCoordinate2D *) |
polygon |
| polygonSize: |
|
(NSUInteger) |
polygonSize |
|
|
| |
隐藏建筑物 Hide buildings
- Parameters
-
| polygon | 围栏的经纬度信息 Fence's latitude and longitude information |
| polygonSize | 围栏的size(需 >= 3 否则无法构成围栏) Fence size (must be >=3 otherwise cannot form a fence) |
- Returns
- 隐藏成功返回当前的operationId(>= 0) 失败返回-1 Returns current operationId (>=0) if successful, -1 if failed
◆ showHiddenBuildingsWithOperationId:
| - (void) showHiddenBuildingsWithOperationId: |
|
(NSInteger) |
operationId |
|
显示建筑物 Display buildings
- Parameters
-
| operationId | 操作Id(隐藏建筑物接口的返回值) Operation ID (return value of the hide buildings interface) |
The documentation for this category was generated from the following file: