|
BaiduMap_IOSSDK_v7.1.0_Docs
7.1.0
|
浏览该文件的文档.
9 #import <QuartzCore/QuartzCore.h>
12 NS_ASSUME_NONNULL_BEGIN
39 - (void)renderWithMapStatus:(
BMKMapStatus *)mapstatus enable3D:(BOOL)enable3D fitScale:(CGFloat)fitScale mapScreenExtOffset:(CGPoint)mapScreenExtOffset;
此类表示地图状态信息
Definition: BMKMapStatus.h:16
地图View类,使用此View可以显示地图窗口,并且对地图进行相关的操作
Definition: BMKMapView.h:132
BOOL needDrawRoadName
是否绘制路名,默认NO
Definition: BMKBackgroundRoadNetView.h:28
BOOL needDrawRoadNet
设置路网背景颜色
Definition: BMKBackgroundRoadNetView.h:20
UIColor * roadNetColor
设置路网颜色
Definition: BMKBackgroundRoadNetView.h:22
BOOL needDrawRoadTraffic
是否绘制路况,默认NO,需配合设置关联mapview的trafficEnabled属性为YES,否则不生效
Definition: BMKBackgroundRoadNetView.h:24
BMKMapView * mapview
关联源地图,用于同步数据
Definition: BMKBackgroundRoadNetView.h:16
UIFont * roadNameFont
路名字体,默认[UIFont systemFontOfSize:10]
Definition: BMKBackgroundRoadNetView.h:30
UIColor * roadNameTextColor
路名颜色,默认 blackColor
Definition: BMKBackgroundRoadNetView.h:32
Definition: BMKBackgroundRoadNetView.h:15
NSArray< UIColor * > * roadTrafficColor
设置路线路况颜色数组,count必须为5,默认按顺序为未知:#0000FF88 畅通:#50D27D88 缓行:::FFD04688 拥挤:::E7211000 严重拥堵:::B4170A00
Definition: BMKBackgroundRoadNetView.h:26
CGFloat roadNameStrokeWidth
路名描边宽度,默认 1.0
Definition: BMKBackgroundRoadNetView.h:36
UIColor * roadNameStrokeColor
路名描边颜色,默认 whiteColor
Definition: BMKBackgroundRoadNetView.h:34