BaiduMap_IOSSDK_v7.1.0_Docs  7.1.0
BMKOverlayGLBasicView.h
浏览该文件的文档.
1 /*
2 * BMKOverlayGLBasicView.h
3 * BMapKit
4 *
5 * Copyright 2011 Baidu Inc. All rights reserved.
6 *
7 */
8 
9 #import "BMKOverlayView.h"
10 #import "BMKBaseUIView.h"
11 NS_ASSUME_NONNULL_BEGIN
15 @property (nonatomic, assign) BMKVisibility visibility;
18 @property (nonatomic, strong, nullable) UIImage *textureImage;
21 @property (nonatomic, strong, nullable) UIImage *textureImageProgressForward;
24 @property (nonatomic, strong, nullable) UIImage *textureImageProgressBackward;
25 
27 @property (nonatomic, assign) BOOL keepScale;
28 
30 @property (nullable) CGPathRef path __deprecated_msg("已废弃since 6.5.0");
31 
33 @property (nonatomic) BOOL lineDash __deprecated_msg("已废弃since 5.0.0, 请使用lineDashType绘制虚线");
34 
36 @property (nonatomic, assign) BOOL tileTexture __deprecated_msg("已废弃since 5.0.0");
37 
38 
39 @end
40 NS_ASSUME_NONNULL_END
-[BMKOverlayGLBasicView __deprecated_msg]
BOOL lineDash __deprecated_msg("已废弃since 5.0.0, 请使用lineDashType绘制虚线")
是否为虚线样式,默认NO
BMKVisibility
BMKVisibility
Definition: BMKBaseUIView.h:16
BMKBaseUIView.h
-[BMKOverlayGLBasicView __deprecated_msg]
BOOL tileTexture __deprecated_msg("已废弃since 5.0.0")
是否纹理图片平铺绘制,默认NO
BMKOverlayGLBasicView::visibility
BMKVisibility visibility
控件可见的状态,默认可见,BMKVisibilityVisible,since 6.6.6
Definition: BMKOverlayGLBasicView.h:15
-[BMKOverlayGLBasicView __deprecated_msg]
CGPathRef path __deprecated_msg("已废弃since 6.5.0")
path对象
BMKOverlayGLBasicView::textureImage
UIImage * textureImage
Definition: BMKOverlayGLBasicView.h:18
BMKOverlayView.h
BMKOverlayGLBasicView
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition: BMKOverlayGLBasicView.h:14
BMKOverlayView
该类是地图覆盖物View的基类,提供绘制overlay的接口但本身并无实现,所有地图覆盖物View需要继承自此类
Definition: BMKOverlayView.h:15
BMKOverlayGLBasicView::textureImageProgressForward
UIImage * textureImageProgressForward
Definition: BMKOverlayGLBasicView.h:21
BMKOverlayGLBasicView::textureImageProgressBackward
UIImage * textureImageProgressBackward
Definition: BMKOverlayGLBasicView.h:24
BMKOverlayGLBasicView::keepScale
BOOL keepScale
纹理图片是否缩放,默认NO
Definition: BMKOverlayGLBasicView.h:27