Map Doc  1.0
iOS-引擎SDK-开放平台
MB4SObject.h
浏览该文件的文档.
1 //
2 // MB4SObject.h
3 // iNaviCore
4 //
5 // Created by fanyl on 14-5-4.
6 // Copyright (c) 2014年 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
13 @interface MB4SObject : MBObject
17 @property (nonatomic, copy) NSString *name;
21 @property (nonatomic, copy) NSString *address;
25 @property (nonatomic, copy) NSString *salePhones;
29 @property (nonatomic, copy) NSString *servicePhones;
33 @property (nonatomic, copy) NSString *brandDetail;
37 @property (nonatomic, assign) MBPoint pos;
41 @property (nonatomic, assign) NSUInteger distance;
42 @end
NSString * salePhones
Definition: MB4SObject.h:25
Definition: MB4SObject.h:13
MBPoint pos
Definition: MB4SObject.h:37
NSString * name
Definition: MB4SObject.h:17
NSUInteger distance
Definition: MB4SObject.h:41
NSString * brandDetail
Definition: MB4SObject.h:33
NSString * address
Definition: MB4SObject.h:21
Definition: MBObject.h:16
Definition: MBNaviCoreBase.h:31
NSString * servicePhones
Definition: MB4SObject.h:29