iOS高德地图SDK(2D)
v5.6.0
|
#import "MAOverlayView.h"
Go to the source code of this file.
Classes | |
class | MAOverlayPathView |
该类提供使用CGPathRef来绘制overlay,默认的操作是使用fill attributes, stroke attributes绘制当前path到context中, 可以使用该类的子类MACircleView, MAPolylineView, MAPolygonView或者继承该类, 如果继承该类,需要重载-(void)createPath方法 More... | |