|
iOS高德地图SDK(3D)
V11.2.0001
|
#import <MAMapView.h>
Instance Methods | |
| (NSInteger) | - hideBuildingsWithPolygon:polygonSize: |
| 隐藏建筑物 Hide buildings More... | |
| (void) | - showHiddenBuildingsWithOperationId: |
| 显示建筑物 Display buildings More... | |
建筑物操作
| - (NSInteger) hideBuildingsWithPolygon: | (CLLocationCoordinate2D *) | polygon | |
| polygonSize: | (NSUInteger) | polygonSize | |
隐藏建筑物 Hide buildings
| polygon | 围栏的经纬度信息 Fence's latitude and longitude information |
| polygonSize | 围栏的size(需 >= 3 否则无法构成围栏) Fence size (must be >=3 otherwise cannot form a fence) |
Extends class MAMapView.
| - (void) showHiddenBuildingsWithOperationId: | (NSInteger) | operationId |
显示建筑物 Display buildings
| operationId | 操作Id(隐藏建筑物接口的返回值) Operation ID (return value of the hide buildings interface) |
Extends class MAMapView.