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 
15 
23 - (id)initWithPoints:(const MBPoint*)points count:(NSInteger)count;
24 @end
Definition: MBPolygonOverlay.h:14
Definition: MBMultipointOverlay.h:15
Definition: MBNaviCoreBase.h:31