NMSGeoObjectCurrentSamples Class Reference

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. More...

#import <NMSGeoObjectCurrent.h>

Inheritance diagram for NMSGeoObjectCurrentSamples:

Instance Methods

(UIImage *) - iconForSampleAtIndex:
 Returns the icon for a samples. More...
 
(double) - directionForSampleAtIndex:
 Returns the direction value. More...
 
(double) - speedForSampleAtIndex:
 Returns the speed value in the current speed unit. More...
 
(NSDate *) - dateForSampleAtIndex:
 Returns the sample date. More...
 

Properties

NSUInteger count
 The samples count. More...
 

Detailed Description

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.

Definition at line 15 of file NMSGeoObjectCurrent.h.

Method Documentation

◆ dateForSampleAtIndex:()

- (NSDate*) dateForSampleAtIndex: (NSUInteger)  index

Returns the sample date.

Parameters
indexThe index of the sample
Returns
The date

◆ directionForSampleAtIndex:()

- (double) directionForSampleAtIndex: (NSUInteger)  index

Returns the direction value.

Parameters
indexThe index of the sample
Returns
The direction value

◆ iconForSampleAtIndex:()

- (UIImage*) iconForSampleAtIndex: (NSUInteger)  index

Returns the icon for a samples.

Parameters
indexThe index of the sample
Returns
The icon

◆ speedForSampleAtIndex:()

- (double) speedForSampleAtIndex: (NSUInteger)  index

Returns the speed value in the current speed unit.

Parameters
indexThe index of the sample
Returns
The speed value

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

The samples count.

Definition at line 46 of file NMSGeoObjectCurrent.h.


The documentation for this class was generated from the following file:
  • /Users/jenkins/workspace/mobilesdk-ios/iOS/Deployment/NavionicsMobileSDK.framework/Headers/NMSGeoObjectCurrent.h