NMSGeoObject Class Reference

Abstract class that represents a cartographic object. More...

#import <NMSGeoObject.h>

Inheritance diagram for NMSGeoObject:
NMSGeoObjectCurrent NMSGeoObjectPP NMSGeoObjectStandard NMSGeoObjectTide

Instance Methods

(void) - loadDetailsWithCompletionBlock:
 Loads asynchronously the detailed data of the geo object. More...
 

Properties

NMSGeoObjectType type
 The type of the geo object. More...
 
CLLocationCoordinate2D position
 The position of the geo object. More...
 
UIImage * icon
 The icon representing the geo object symbol. More...
 
NSDictionary * details
 The details dictionary After the retrieving, the geo object will contains only the name as details. To load all the data of the object calls -(void)loadDetailsWithCompletionBlock: More...
 
BOOL detailsLoaded
 YES if all the detailed data of the object has been loaded. More...
 

Detailed Description

Abstract class that represents a cartographic object.

Definition at line 14 of file NMSGeoObject.h.

Method Documentation

◆ loadDetailsWithCompletionBlock:()

- (void) loadDetailsWithCompletionBlock: (void(^)(NMSGeoObject *detailedObject))  completion

Loads asynchronously the detailed data of the geo object.

Parameters
completionThe completion block to execute at the end of the loading process

Property Documentation

◆ details

- (NSDictionary*) details
readnonatomicassign

The details dictionary After the retrieving, the geo object will contains only the name as details. To load all the data of the object calls -(void)loadDetailsWithCompletionBlock:

Definition at line 29 of file NMSGeoObject.h.

◆ detailsLoaded

- (BOOL) detailsLoaded
readnonatomicassign

YES if all the detailed data of the object has been loaded.

Definition at line 32 of file NMSGeoObject.h.

◆ icon

- (UIImage*) icon
readnonatomicassign

The icon representing the geo object symbol.

Definition at line 23 of file NMSGeoObject.h.

◆ position

- (CLLocationCoordinate2D) position
readnonatomicassign

The position of the geo object.

Definition at line 20 of file NMSGeoObject.h.

◆ type

- (NMSGeoObjectType) type
readnonatomicassign

The type of the geo object.

Definition at line 17 of file NMSGeoObject.h.


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