14NS_ASSUME_NONNULL_BEGIN
28@property (nonatomic, readonly) CGFloat
fitScale;
41- (nullable UIImage *)takeSnapshot:(CGRect)rect;
进入后台或锁屏时的地图渲染View,配合后台保活和关联源地图BMKMapView用于后台投屏,
Definition BMKBackgroundMapView.h:17
NSInteger frameRate
帧率控制,默认30帧/s,范围10~60帧/s
Definition BMKBackgroundMapView.h:20
BOOL isRendering
当前是否在渲染
Definition BMKBackgroundMapView.h:26
BOOL enable3D
3D绘制,默认YES
Definition BMKBackgroundMapView.h:24
CGPoint mapScreenExtOffset
设置地图额外偏移量,x轴负值向左偏,y轴负值向上偏,默认地图中心点targetScreenPt,可用于微调小车位置等
Definition BMKBackgroundMapView.h:22
BMKBackgroundRoadNetView * roadNetView
获取路网图层,用于自定义路网颜色
Definition BMKBackgroundMapView.h:32
BMKMapView * mapview
关联源地图,用于同步数据
Definition BMKBackgroundMapView.h:18
UIView * backgroundView
获取背景图层,用于自定义背景颜色
Definition BMKBackgroundMapView.h:30
BMKBackgroundNavigationView * navigationView
Definition BMKBackgroundMapView.h:35
CGFloat fitScale
当前适配后缩放比例
Definition BMKBackgroundMapView.h:28
Definition BMKBackgroundNavigationView.h:68
Definition BMKBackgroundRoadNetView.h:15
地图View类,使用此View可以显示地图窗口,并且对地图进行相关的操作
Definition BMKMapView.h:108