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