NMSGeoObjectCurrent.h
1 //
2 // NMSGeoObjectCurrent.h
3 // NavionicsMobileSDK
4 //
5 // Copyright © 2016 Navionics. All rights reserved.
6 //
7 
8 #import "NMSGeoObject.h"
9 #import <UIKit/UIKit.h>
10 
15 @interface NMSGeoObjectCurrentSamples : NSObject
16 
22 -(UIImage*)iconForSampleAtIndex:(NSUInteger)index;
23 
29 -(double)directionForSampleAtIndex:(NSUInteger)index;
30 
36 -(double)speedForSampleAtIndex:(NSUInteger)index;
37 
43 -(NSDate*)dateForSampleAtIndex:(NSUInteger)index;
44 
46 @property(nonatomic,readonly)NSUInteger count;
47 
48 @end
49 
52 
57 @property(nonatomic,retain)NSDate* predictionDate;
58 
59 @end
NSUInteger count
The samples count.
NSDate * predictionDate
The prediction date of the current by changing the prediction date the icon is updated and all the d...
Abstract class that represents a cartographic object.
Definition: NMSGeoObject.h:14
Represents a Current.
Current samples the samples are loaded as detailed data of the NMSGeoObjectCurrent. Contains all the current speeds, directions and icons for a predefined time interval.