BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
BMKBaseIndoorMapInfo.h
浏览该文件的文档.
1//
2// BMKBaseIndoorMapInfo.h
3// MapComponent
4//
5// Created by wzy on 16/4/2.
6// Copyright © 2016年 baidu. All rights reserved.
7//
8
9#ifndef BMKBaseIndoorMapInfo_h
10#define BMKBaseIndoorMapInfo_h
11
12#import <Foundation/Foundation.h>
13
15@interface BMKBaseIndoorMapInfo : NSObject
16
18@property (nonatomic, copy) NSString *strID;
19
21@property (nonatomic, copy) NSString *strFloor;
22
24@property (nonatomic, copy) NSArray<NSString *> *arrStrFloors;
25
26@end
27
28#endif /* BMKBaseIndoorMapInfo_h */
此类表示室内图基础信息
Definition BMKBaseIndoorMapInfo.h:16
NSString * strFloor
当前楼层
Definition BMKBaseIndoorMapInfo.h:21
NSString * strID
室内ID
Definition BMKBaseIndoorMapInfo.h:18
NSArray< NSString * > * arrStrFloors
所有楼层信息
Definition BMKBaseIndoorMapInfo.h:24