MSFMarkerStyle
Objective-C
@interface MSFMarkerStyle : MSFBillboardStyle
Swift
class MSFMarkerStyle : MSFBillboardStyle
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;Swift
func getAnchorPointX() -> FloatReturn Value
The horizontal anchor point of the marker.
-
Returns the vertical anchor point of the marker.
Declaration
Objective-C
- (float)getAnchorPointY;Swift
func getAnchorPointY() -> FloatReturn Value
The vertical anchor point of the marker.
-
Returns the orientation mode of the marker.
Declaration
Objective-C
- (enum MSFBillboardOrientation)getOrientationMode;Swift
func getOrientationMode() -> MSFBillboardOrientationReturn Value
The orientation mode of the marker.
-
Returns the scaling mode of the marker.
Declaration
Objective-C
- (enum MSFBillboardScaling)getScalingMode;Swift
func getScalingMode() -> MSFBillboardScalingReturn Value
The scaling mode of the marker.
-
Returns the click size of the marker.
Declaration
Objective-C
- (float)getClickSize;Swift
func getClickSize() -> FloatReturn 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;Swift
func getSize() -> FloatReturn Value
The size of the marker, units depend on the scaling mode.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()