DMKShape Class Reference

Inherits from NSObject
Conforms to DMKAnnotation
Declared in DMKShape.h

Overview

该类为一个抽象类,定义了基于DMKAnnotation的DMKShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用

  coordinate

标注view中心坐标

@property (nonatomic, assign) CLLocationCoordinate2D coordinate

Discussion

标注view中心坐标

Declared In

DMKShape.h

  title

标题

@property (nonatomic, copy) NSString *title

Discussion

标题

Declared In

DMKShape.h

  subTitle

副标题

@property (nonatomic, copy) NSString *subTitle

Discussion

副标题

Declared In

DMKShape.h