高德地图SDK(导航) V11.2.000
Loading...
Searching...
No Matches
MAPolygon.h
Go to the documentation of this file.
1//
2// MAPolygon.h
3// MAMapKit
4//
5// Copyright (c) 2011年 Amap. All rights reserved.
6//
7
8#import "MAConfig.h"
9#import <Foundation/Foundation.h>
10#import "MAMultiPoint.h"
11#import "MAOverlay.h"
12
16
19@property (nonatomic, strong) NSArray<id<MAOverlay>> *hollowShapes;
20
31+ (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
32
43+ (instancetype)polygonWithPoints:(MAMapPoint *)points count:(NSUInteger)count;
44
55- (BOOL)setPolygonWithPoints:(MAMapPoint *)points count:(NSInteger)count;
56
67- (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count;
68
69@end
Definition MAMultiPoint.h:17
MAMapPoint * points
Definition MAMultiPoint.h:20
Definition MAPolygon.h:15
NSArray< id< MAOverlay > > * hollowShapes
Definition MAPolygon.h:19
Definition MAOverlay.h:15
Definition MAGeometry.h:42
© 2017 高德信息技术有限公司 版权所有,保留所有权利。