Map Doc
1.0
iOS-引擎SDK-开放平台
MBPolygonOverlay.h
浏览该文件的文档.
1
//
2
// MBPolygonOverlay.h
3
// Navigation
4
//
5
// Created by delon on 12-12-26.
6
//
7
//
8
9
#import "
MBMultipointOverlay.h
"
10
14
@interface
MBPolygonOverlay
:
MBMultipointOverlay
15
23
- (id)initWithPoints:(const
MBPoint
*)points count:(NSInteger)count;
24
@end
MBPolygonOverlay
Definition:
MBPolygonOverlay.h:14
MBMultipointOverlay
Definition:
MBMultipointOverlay.h:15
MBMultipointOverlay.h
MBPoint
Definition:
MBNaviCoreBase.h:31