iOS高德地图SDK(2D)
v5.6.0
MAPolygonView.h
Go to the documentation of this file.
1
//
2
// MAPolygonView.h
3
// MAMapKitNew
4
//
5
// Created by AutoNavi.
6
// Copyright (c) 2014年 Amap. All rights reserved.
7
//
8
9
#import "
MAOverlayPathView.h
"
10
#import "
MAPolygon.h
"
11
15
@interface
MAPolygonView
:
MAOverlayPathView
16
22
- (id)initWithPolygon:(
MAPolygon
*)polygon;
23
27
@property
(nonatomic, readonly)
MAPolygon
*polygon;
28
29
@end
MAOverlayPathView
该类提供使用CGPathRef来绘制overlay,默认的操作是使用fill attributes, stroke attributes绘制当前path到co...
Definition:
MAOverlayPathView.h:14
MAPolygonView
此类是MAPolygon的显示多边形View,可以通过MAOverlayPathView修改其fill和stroke attributes ...
Definition:
MAPolygonView.h:15
MAPolygon.h
MAPolygon
此类用于定义一个由多个点组成的闭合多边形, 点与点之间按顺序尾部相连, 第一个点与最后一个点相连, 通常MAPolygon是MAPolygonRenderer的model
Definition:
MAPolygon.h:13
MAOverlayPathView.h
© 2017 高德信息技术有限公司 版权所有,保留所有权利。