MBMapkit
|
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