BaiduMap_IOSSDK_v6.5.2_Docs  6.5.2
| 类型定义 | 枚举
BMKAnnotationView.h 文件参考
#import <UIKit/UIKit.h>
#import "BMKActionPaopaoView.h"

浏览源代码.

class  BMKAnnotationView
 

类型定义

typedef NSUInteger BMKAnnotationViewDragState
 
typedef float BMKFeatureDisplayPriority
 

枚举

enum  {
  BMKAnnotationViewDragStateNone = 0, BMKAnnotationViewDragStateStarting, BMKAnnotationViewDragStateDragging, BMKAnnotationViewDragStateCanceling,
  BMKAnnotationViewDragStateEnding, TYPE_OFFLINE_UPDATE = 0, TYPE_OFFLINE_ZIPCNT = 1, TYPE_OFFLINE_UNZIP = 2,
  TYPE_OFFLINE_ERRZIP = 3, TYPE_OFFLINE_NEWVER = 4, TYPE_OFFLINE_UNZIPFINISH = 5, TYPE_OFFLINE_ADD = 6,
  BMKPinAnnotationColorRed = 0, BMKPinAnnotationColorGreen, BMKPinAnnotationColorPurple, BMKInvalidCoordinate = -1,
  BMKCarTrafficFIRST = 60, BMKCarTimeFirst = 0, BMKCarDisFirst, BMKCarFeeFirst,
  BMKBusTimeFirst, BMKBusTransferFirst, BMKBusWalkFirst, BMKBusNoSubway,
  BMKTypeCityList = 7, BMKTypePoiList = 11, BMKTypeAreaPoiList = 21, BMKTypeAreaMultiPoiList = 45
}
 

类型定义说明

◆ BMKAnnotationViewDragState

typedef NSUInteger BMKAnnotationViewDragState

◆ BMKFeatureDisplayPriority

枚举类型说明

◆ anonymous enum

anonymous enum
枚举值
BMKAnnotationViewDragStateNone 

静止状态.

BMKAnnotationViewDragStateStarting 

开始拖动

BMKAnnotationViewDragStateDragging 

拖动中

BMKAnnotationViewDragStateCanceling 

取消拖动

BMKAnnotationViewDragStateEnding 

拖动结束

TYPE_OFFLINE_UPDATE 

下载或更新

TYPE_OFFLINE_ZIPCNT 

检测到的压缩包个数

TYPE_OFFLINE_UNZIP 

当前解压的离线包

TYPE_OFFLINE_ERRZIP 

错误的离线包

TYPE_OFFLINE_NEWVER 

有新版本

TYPE_OFFLINE_UNZIPFINISH 

扫描完毕

TYPE_OFFLINE_ADD 

新增离线包

BMKPinAnnotationColorRed 
BMKPinAnnotationColorGreen 
BMKPinAnnotationColorPurple 
BMKInvalidCoordinate 

无效坐标

BMKCarTrafficFIRST 

驾乘检索策略常量:躲避拥堵,若无实时路况,默认按照时间优先策略

BMKCarTimeFirst 

驾乘检索策略常量:时间优先

BMKCarDisFirst 

驾乘检索策略常量:最短距离

BMKCarFeeFirst 

驾乘检索策略常量:较少费用

BMKBusTimeFirst 

公交检索策略常量:时间优先

BMKBusTransferFirst 

公交检索策略常量:最少换乘

BMKBusWalkFirst 

公交检索策略常量:最小步行距离

BMKBusNoSubway 

公交检索策略常量:不含地铁

BMKTypeCityList 

POI检索类型:城市列表

BMKTypePoiList 

POI检索类型:城市内搜索POI列表

BMKTypeAreaPoiList 

POI检索类型:范围搜索、周边搜索POI列表

BMKTypeAreaMultiPoiList 

POI检索类型:多关键字范围搜索、周边搜索POI列表