|
iOS高德地图SDK(3D)
V11.2.0001
|
#import <MAMapView.h>
Instance Methods | |
| (void) | - setIndoorMapControlOrigin: |
| 设置默认室内地图控件位置 Set the position of the default indoor map controls More... | |
| (void) | - setCurrentIndoorMapFloorIndex: |
| 设置当前室内地图楼层数 Set the current indoor map floor count More... | |
| (void) | - clearIndoorMapCache |
| 清空室内地图缓存 Clear indoor map cache More... | |
Properties | |
| BOOL | showsIndoorMap |
| BOOL | showsIndoorMapControl |
| CGSize | indoorMapControlSize |
| - (void) clearIndoorMapCache |
清空室内地图缓存 Clear indoor map cache
Extends class MAMapView.
| - (void) setCurrentIndoorMapFloorIndex: | (NSInteger) | floorIndex |
设置当前室内地图楼层数 Set the current indoor map floor count
| floorIndex | 要设置的楼层数 Number of floors to set |
Extends class MAMapView.
| - (void) setIndoorMapControlOrigin: | (CGPoint) | origin |
设置默认室内地图控件位置 Set the position of the default indoor map controls
| origin | 左上角点位置 The position of the top-left corner point |
Extends class MAMapView.
|
readnonatomicassign |
默认室内地图控件的最大宽高 The maximum width and height of the default indoor map controls
Extends class MAMapView.
|
readwritenonatomicassign |
是否显示室内地图, 默认NO Whether to display indoor maps, default NO
Extends class MAMapView.
|
readwritenonatomicassign |
是否显示室内地图默认控件, 默认YES Whether to display the default indoor map controls, default YES
Extends class MAMapView.