MBMapkit
/Users/dongkui/ios_api/branches/1.0.x/code/config/MBMapDemo/MBMapkit/MBMapkit/MBPolyline.h
00001 //
00002 //  MBPolyline.h
00003 //  MBMapKit
00004 //
00005 //  Copyright 2011 Mapbar Inc. All rights reserved.
00006 //
00007 
00008 #import "MBMultiPoint.h"
00009 #import "MBOverlay.h"
00010 
00017 @interface MBPolyline : MBMultiPoint <MBOverlay>
00018 
00026 + (MBPolyline *)polylineWithPoints:(MBMapPoint *)points count:(NSUInteger)count;
00027 
00036 + (MBPolyline *)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count;
00037 
00038 @end
00039 
 全部  函数 变量 属性