DMKAnnotation Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | DMKAnnotation.h |
coordinate
required method
标注view中心坐标
@property (nonatomic, assign) CLLocationCoordinate2D coordinateDiscussion
标注view中心坐标
Declared In
DMKAnnotation.h
title
获取annotation标题
@property (nonatomic, readonly, copy) NSString *titleDiscussion
获取annotation标题
Declared In
DMKAnnotation.h
subTitle
获取annotation副标题
@property (nonatomic, readonly, copy) NSString *subTitleDiscussion
获取annotation副标题
Declared In
DMKAnnotation.h