BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
| 类型定义 | 枚举
BMKPinAnnotationView.h 文件参考
#import "BMKAnnotationView.h"

浏览源代码.

class  BMKPinAnnotationView
 提供类似大头针效果的annotation view 更多...
 

类型定义

typedef NSUInteger BMKPinAnnotationColor
 

枚举

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
}
 
enum  BMKPinAnnotationAnimateType { BMKPinAnnotationAnimateTypeNone = 0, BMKPinAnnotationAnimateTypeDrop, BMKPinAnnotationAnimateTypeGrow, BMKPinAnnotationAnimateTypeJump }
 

类型定义说明

◆ BMKPinAnnotationColor

typedef NSUInteger BMKPinAnnotationColor

枚举类型说明

◆ 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 

◆ BMKPinAnnotationAnimateType

枚举值
BMKPinAnnotationAnimateTypeNone 
BMKPinAnnotationAnimateTypeDrop 
BMKPinAnnotationAnimateTypeGrow 
BMKPinAnnotationAnimateTypeJump