Map Doc  1.0
iOS-引擎SDK-开放平台
MBSatellite.h
浏览该文件的文档.
1 //
2 // MBSatellite.h
3 // iNaviCore
4 //
5 // Created by fanwei on 4/1/13.
6 // Copyright (c) 2013 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
13 @interface MBSatellite : MBObject
17 @property (nonatomic, assign) NSInteger satId;
21 @property (nonatomic, assign) NSInteger elevation;
25 @property (nonatomic, assign) NSInteger azimuth;
29 @property (nonatomic, assign) NSInteger SNRatio;
30 @end
Definition: MBSatellite.h:13
NSInteger azimuth
Definition: MBSatellite.h:25
NSInteger satId
Definition: MBSatellite.h:17
Definition: MBObject.h:16
NSInteger SNRatio
Definition: MBSatellite.h:29
NSInteger elevation
Definition: MBSatellite.h:21