NTMarkerStyle
@interface NTMarkerStyle : NTBillboardStyle
A style for markers. Contains attributes for configuring how the marker is drawn on the screen.
-
Returns the horizontal anchor point of the marker.
Declaration
Objective-C
- (float)getAnchorPointX;
Return Value
The horizontal anchor point of the marker.
-
Returns the vertical anchor point of the marker.
Declaration
Objective-C
- (float)getAnchorPointY;
Return Value
The vertical anchor point of the marker.
-
Returns the bitmap of the marker.
Declaration
Objective-C
- (NTBitmap *)getBitmap;
Return Value
The bitmap of the marker.
-
Returns the orientation mode of the marker.
Declaration
Objective-C
- (enum NTBillboardOrientation)getOrientationMode;
Return Value
The orientation mode of the marker.
-
Returns the scaling mode of the marker.
Declaration
Objective-C
- (enum NTBillboardScaling)getScalingMode;
Return Value
The scaling mode of the marker.
-
Returns the click size of the marker.
Declaration
Objective-C
- (float)getClickSize;
Return Value
The click size of the marker, units depend on the scaling mode. If -1, then marker size is used.
-
Returns the size of the marker.
Declaration
Objective-C
- (float)getSize;
Return Value
The size of the marker, units depend on the scaling mode.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;