BaiduMap_IOSSDK_v6.5.5doc_Docs  6.5.5
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 
11 NS_ASSUME_NONNULL_BEGIN
14 
17 @property (nonatomic, strong, nullable) UIImage *textureImage;
18 
20 @property (nonatomic, assign) BOOL keepScale;
21 
23 @property (nullable) CGPathRef path __deprecated_msg("已废弃since 6.5.0");
24 
26 @property (nonatomic) BOOL lineDash __deprecated_msg("已废弃since 5.0.0, 请使用lineDashType绘制虚线");
27 
29 @property (nonatomic, assign) BOOL tileTexture __deprecated_msg("已废弃since 5.0.0");
30 
31 
32 @end
33 NS_ASSUME_NONNULL_END
-[BMKOverlayGLBasicView __deprecated_msg]
BOOL lineDash __deprecated_msg("已废弃since 5.0.0, 请使用lineDashType绘制虚线")
是否为虚线样式,默认NO
-[BMKOverlayGLBasicView __deprecated_msg]
BOOL tileTexture __deprecated_msg("已废弃since 5.0.0")
是否纹理图片平铺绘制,默认NO
-[BMKOverlayGLBasicView __deprecated_msg]
CGPathRef path __deprecated_msg("已废弃since 6.5.0")
path对象
BMKOverlayGLBasicView::textureImage
UIImage * textureImage
Definition: BMKOverlayGLBasicView.h:17
BMKOverlayView.h
BMKOverlayGLBasicView
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition: BMKOverlayGLBasicView.h:14
BMKOverlayView
该类是地图覆盖物View的基类,提供绘制overlay的接口但本身并无实现,所有地图覆盖物View需要继承自此类
Definition: BMKOverlayView.h:15
BMKOverlayGLBasicView::keepScale
BOOL keepScale
纹理图片是否缩放,默认NO
Definition: BMKOverlayGLBasicView.h:20