Map Doc  1.0
iOS-引擎SDK-开放平台
MBIconRepo.h
浏览该文件的文档.
1 //
2 // MBIconRepo.h
3 // iNaviCore
4 //
5 // Created by fanyunlong on 2017/7/28.
6 // Copyright © 2017年 Mapbar. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface MBIconRepo : NSObject
12 // 资源文件名称,用于构造定制的 MBCustomAnnotation
13 + (instancetype)iconRepoNamed:(NSString *)name;
14 @property (nonatomic, assign) NSUInteger iconId;
15 @end
NSUInteger iconId
Definition: MBIconRepo.h:14
Definition: MBIconRepo.h:11