//
//  MKPolygonView.h
//  MapKit
//
//  Created by H. Nikolaus Schaller on 04.10.10.
//  Copyright 2009 Golden Delicious Computers GmbH&Co. KG. All rights reserved.
//

#import <MapKit/MKOverlayPathView.h>

@interface MKPolygonView : MKOverlayPathView
- (id) initWithPolygon:(MKPolygon *) polygon;
- (MKPolygon *) polygon;
@end

// EOF
