BaiduMap_IOSSDK_v6.2.0_Docs  6.2.0
| 枚举
BMKMapView.h 文件参考
#import <BaiduMapAPI_Base/BMKBaseComponent.h>
#import "BMKAnnotation.h"
#import "BMKAnnotationView.h"
#import "BMKOverlayView.h"
#import "BMKMapStatus.h"
#import "BMKLocationViewDisplayParam.h"
#import "BMKHeatMap.h"
#import "BMKBaseIndoorMapInfo.h"
#import "BMKCustomMapStyleOption.h"
#import "BMapType.h"

浏览源代码.

class  BMKMapPoi
 点击地图标注返回数据结构 更多...
 
class  BMKMapView
 地图View类,使用此View可以显示地图窗口,并且对地图进行相关的操作 更多...
 
category  BMKMapView(IndoorMapAPI)
 
category  BMKMapView(LocationViewAPI)
 
category  BMKMapView(AnnotationAPI)
 
category  BMKMapView(OverlaysAPI)
 地图View类(和Overlay操作相关的接口) 更多...
 
category  BMKMapView(HeatMapAPI)
 
protocol  <BMKMapViewDelegate>
 MapView的Delegate,mapView通过此类来通知用户对应的事件 更多...
 

枚举

enum  BMKUserTrackingMode {
  BMKUserTrackingModeNone = 0 , BMKUserTrackingModeHeading , BMKUserTrackingModeFollow , BMKUserTrackingModeFollowWithHeading ,
  BMKUserTrackingModeNone = 0 , BMKUserTrackingModeHeading , BMKUserTrackingModeFollow , BMKUserTrackingModeFollowWithHeading
}
 
enum  BMKLogoPosition {
  BMKLogoPositionLeftBottom = 0 , BMKLogoPositionLeftTop , BMKLogoPositionCenterBottom , BMKLogoPositionCenterTop ,
  BMKLogoPositionRightBottom , BMKLogoPositionRightTop , BMKLogoPositionLeftBottom = 0 , BMKLogoPositionLeftTop ,
  BMKLogoPositionCenterBottom , BMKLogoPositionCenterTop , BMKLogoPositionRightBottom , BMKLogoPositionRightTop
}
 枚举:logo位置 更多...
 
enum  BMKSwitchIndoorFloorError {
  BMKSwitchIndoorFloorSuccess = 0 , BMKSwitchIndoorFloorFailed , BMKSwitchIndoorFloorNotFocused , BMKSwitchIndoorFloorNotExist ,
  BMKSwitchIndoorFloorSuccess = 0 , BMKSwitchIndoorFloorFailed , BMKSwitchIndoorFloorNotFocused , BMKSwitchIndoorFloorNotExist
}
 枚举:室内图切换楼层结果 更多...
 
enum  BMKRegionChangeReason {
  BMKRegionChangeReasonGesture = 0 , BMKRegionChangeReasonEvent , BMKRegionChangeReasonAPIs , BMKRegionChangeReasonGesture = 0 ,
  BMKRegionChangeReasonEvent , BMKRegionChangeReasonAPIs
}
 枚举:地图区域改变原因 更多...
 

枚举类型说明

◆ BMKLogoPosition

枚举:logo位置

枚举值
BMKLogoPositionLeftBottom 
BMKLogoPositionLeftTop 

地图左下方

BMKLogoPositionCenterBottom 

地图左上方

BMKLogoPositionCenterTop 

地图中下方

BMKLogoPositionRightBottom 

地图中上方

BMKLogoPositionRightTop 

地图右下方

BMKLogoPositionLeftBottom 
BMKLogoPositionLeftTop 

地图左下方

BMKLogoPositionCenterBottom 

地图左上方

BMKLogoPositionCenterTop 

地图中下方

BMKLogoPositionRightBottom 

地图中上方

BMKLogoPositionRightTop 

地图右下方

◆ BMKRegionChangeReason

枚举:地图区域改变原因

枚举值
BMKRegionChangeReasonGesture 
BMKRegionChangeReasonEvent 

手势触发导致地图区域变化,如双击、拖拽、滑动地图

BMKRegionChangeReasonAPIs 

地图上控件事件,如点击指南针返回2D地图。

BMKRegionChangeReasonGesture 
BMKRegionChangeReasonEvent 

手势触发导致地图区域变化,如双击、拖拽、滑动地图

BMKRegionChangeReasonAPIs 

地图上控件事件,如点击指南针返回2D地图。

◆ BMKSwitchIndoorFloorError

枚举:室内图切换楼层结果

枚举值
BMKSwitchIndoorFloorSuccess 
BMKSwitchIndoorFloorFailed 

切换楼层成功

BMKSwitchIndoorFloorNotFocused 

切换楼层失败

BMKSwitchIndoorFloorNotExist 

地图还未聚焦到传入的室内图

BMKSwitchIndoorFloorSuccess 
BMKSwitchIndoorFloorFailed 

切换楼层成功

BMKSwitchIndoorFloorNotFocused 

切换楼层失败

BMKSwitchIndoorFloorNotExist 

地图还未聚焦到传入的室内图

◆ BMKUserTrackingMode

枚举值
BMKUserTrackingModeNone 
BMKUserTrackingModeHeading 

普通定位模式

BMKUserTrackingModeFollow 

定位方向模式

BMKUserTrackingModeFollowWithHeading 

定位跟随模式

BMKUserTrackingModeNone 
BMKUserTrackingModeHeading 

普通定位模式

BMKUserTrackingModeFollow 

定位方向模式

BMKUserTrackingModeFollowWithHeading 

定位跟随模式