NMSGeoObjectPP.h
1 //
2 // NMSGeoObjectPP.h
3 // NavionicsMobileSDK
4 //
5 // Copyright © 2016 Navionics. All rights reserved.
6 //
7 
8 #import "NMSGeoObject.h"
9 #import <UIKit/UIKit.h>
10 
13 
18 @property(nonatomic,readonly)UIImage* image;
19 
20 @end
Abstract class that represents a cartographic object.
Definition: NMSGeoObject.h:14
UIImage * image
The photo image is nil after the retrieving. Is loaded as detailed data of the geo object...
Represents a Panoramic Photo.