MBMapkit
|
00001 // 00002 // MBPolylineView.h 00003 // MBMapKit 00004 // 00005 // Copyright 2011 Mapbar Inc. All rights reserved. 00006 // 00007 00008 #import <UIKit/UIKit.h> 00009 00010 #import "MBOverlayPathView.h" 00011 #import "MBPolyline.h" 00012 00019 @interface MBPolylineView : MBOverlayPathView 00020 00028 - (id)initWithPolyline:(MBPolyline *)polyline; 00029 00034 @property (nonatomic, readonly) MBPolyline *polyline; 00035 00036 @end