|
BaiduMap_IOSSDK_v7.1.0_Docs
7.1.0
|
浏览该文件的文档.
9 #import <UIKit/UIKit.h>
14 NS_ASSUME_NONNULL_BEGIN
28 @property (nonatomic, readonly) CGFloat
fitScale;
54 - (nullable UIImage *)takeSnapshot:(CGRect)rect;
56 - (nullable UIImage *)takeSnapshot:(CGRect)rect needLogo:(BOOL)needLogo;
CGPoint scaleBarPosition
比例尺的位置,设定坐标以左上角为原点,向右向下增长,默认左上角00
Definition: BMKBackgroundMapView.h:41
CGPoint mapScreenExtOffset
设置地图额外偏移量,x轴负值向左偏,y轴负值向上偏,默认地图中心点targetScreenPt,可用于微调小车位置等
Definition: BMKBackgroundMapView.h:22
CGSize scaleBarSize
比例尺的宽高,宽最大值为mapview宽度的一半
Definition: BMKBackgroundMapView.h:43
地图View类,使用此View可以显示地图窗口,并且对地图进行相关的操作
Definition: BMKMapView.h:132
BMKMapView * mapview
关联源地图,用于同步数据
Definition: BMKBackgroundMapView.h:18
BMKBackgroundRoadNetView * roadNetView
获取路网图层,用于自定义路网颜色
Definition: BMKBackgroundMapView.h:32
BOOL showScaleBar
设定是否显式比例尺,默认NO
Definition: BMKBackgroundMapView.h:39
UIColor * scaleBarColor
比例尺颜色,默认黑色
Definition: BMKBackgroundMapView.h:45
CGFloat fitScale
当前适配后缩放比例
Definition: BMKBackgroundMapView.h:28
BOOL isRendering
当前是否在渲染
Definition: BMKBackgroundMapView.h:26
UIColor * scaleBarTextColor
比例尺文本颜色,默认与比例尺颜色一致
Definition: BMKBackgroundMapView.h:47
BOOL enable3D
3D绘制,默认YES
Definition: BMKBackgroundMapView.h:24
BMKLogoPosition
枚举:logo位置
Definition: BMKMapView.h:59
BMKLogoPosition logoPosition
logo位置,默认BMKLogoPositionLeftBottom
Definition: BMKBackgroundMapView.h:37
进入后台或锁屏时的地图渲染View,配合后台保活和关联源地图BMKMapView用于后台投屏,
Definition: BMKBackgroundMapView.h:17
Definition: BMKBackgroundRoadNetView.h:15
NSInteger frameRate
帧率控制,默认30帧/s,范围10~60帧/s
Definition: BMKBackgroundMapView.h:20
UIView * backgroundView
获取背景图层,用于自定义背景颜色
Definition: BMKBackgroundMapView.h:30
BMKBackgroundNavigationView * navigationView
Definition: BMKBackgroundMapView.h:35
Definition: BMKBackgroundNavigationView.h:76