NMSGeoObjectTide.h
1 //
2 // NMSGeoObjectTide.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 NMSGeoObjectTideSamples : NSObject
16 
22 -(UIImage*)iconForSampleAtIndex:(NSUInteger)index;
23 
29 -(double)heightForSampleAtIndex:(NSUInteger)index;
30 
36 -(NSDate*)dateForSampleAtIndex:(NSUInteger)index;
37 
39 @property(nonatomic,readonly)NSUInteger count;
40 
41 @end
42 
45 
50 @property(nonatomic,retain)NSDate* predictionDate;
51 
52 @end
Tide samples the samples are loaded as detailed data of the NMSGeoObjectTide. Contains all the tide ...
Represents a Tide.
Abstract class that represents a cartographic object.
Definition: NMSGeoObject.h:14
NSDate * predictionDate
The prediction date of the tide by changing the prediction date the icon is updated and all the deta...
NSUInteger count
The samples count.