立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
首页
类
文件
文件列表
文件成员
headers
LMKArcView.h
浏览该文件的文档.
1
//
2
// LMKArcView.h
3
// LeadorMapSDK
4
//
5
// Copyright © 2016年 IShowChina. All rights reserved.
6
//
7
8
#import <UIKit/UIKit.h>
9
#import "
LMKArc.h
"
10
#import "
LMKOverlayPathView.h
"
11
15
@interface
LMKArcView
:
LMKOverlayPathView
16
22
- (id)initWithArc:(
LMKArc
*)arc;
23
27
@property
(nonatomic, readonly)
LMKArc
*arc;
28
29
@end
LMKOverlayPathView.h
LMKArc
该类用于定义一段弧线, 通常LMKArc是LMKArcView的model
Definition:
LMKArc.h:15
LMKArc.h
LMKArcView
此类是由LMKArc构建的弧线View类
Definition:
LMKArcView.h:15
LMKOverlayPathView
该类提供使用CGPathRef来绘制overlay,默认的操作是将fill attributes, stroke attributes设置到CAShapeLayer...
Definition:
LMKOverlayPathView.h:14
生成于 2018年 一月 17日 星期三 18:40:31 , 为 立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0使用
1.8.10