NTPointGeometry
@interface NTPointGeometry : NTGeometry
Point geometry. Geometry is defined by a single map position.
-
Constructs a PointGeometry object from a given map position.
Declaration
Objective-C
- (id)initWithPos:(NTMapPos *)pos;
Parameters
pos
The map position.
-
Undocumented
Declaration
Objective-C
- (NTMapPos *)getCenterPos;
-
Returns the position of the point.
Declaration
Objective-C
- (NTMapPos *)getPos;
Return Value
The position of the point.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;