BaiduMap_IOSSDK_v4.2.1_Docs
构造函数 | 属性 | 所有成员列表
BMKWalkNavigationNPCGuider类 参考

#import <BMKWalkNavigationNPCGuider.h>

类 BMKWalkNavigationNPCGuider 继承关系图:

构造函数

(instancetype) - initGuiderWithName:itemIcon:guiderPath:
 
(instancetype) - initGuiderWithName:itemIcon:downloadKey:
 

属性

NSString * name
 
UIImage * icon
 
NSString * guiderPath
 
NSString * downloadKey
 
BMKWalkARGuiderResourceType resourceType
 

详细描述

步行AR导航3D模型引导员类, 开发者自定义引导员时使用。

函数文档

◆ initGuiderWithName:itemIcon:downloadKey:()

- (instancetype) initGuiderWithName: (NSString *)  name
itemIcon: (UIImage *)  icon
downloadKey: (NSString *)  downloadKey 

生成3D引导员

参数
name3D引导员的名字,不为nil。
icon3D引导员的图标。
downloadKey下载秘钥,由开发者上传3D模型到AR平台,并有AR平台下发下载秘钥。
返回
引导员模型

◆ initGuiderWithName:itemIcon:guiderPath:()

- (instancetype) initGuiderWithName: (NSString *)  name
itemIcon: (UIImage *)  icon
guiderPath: (NSString *)  guiderPath 

生成3D引导员

参数
name3D引导员的名字,不为nil。
icon3D引导员的图标。
guiderPath引导员资源所在本地地址。
返回
引导员模型

属性说明

◆ downloadKey

- (NSString*) downloadKey
readwritenonatomiccopy

开发者提供的资源下载秘钥

◆ guiderPath

- (NSString*) guiderPath
readwritenonatomiccopy

开发者提供的资源存放的路径

◆ icon

- (UIImage*) icon
readwritenonatomicstrong

引导员占位图标,显示资源列表用

◆ name

- (NSString*) name
readwritenonatomiccopy

引导员名称

◆ resourceType

- (BMKWalkARGuiderResourceType) resourceType
readwritenonatomicassign

'3D'引导员资源类型


该类的文档由以下文件生成: