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() -> Float

    Return Value

    The horizontal anchor point of the marker.

  • Returns the vertical anchor point of the marker.

    Declaration

    Objective-C

    - (float)getAnchorPointY;

    Swift

    func getAnchorPointY() -> Float

    Return Value

    The vertical anchor point of the marker.

  • Returns the bitmap of the marker.

    Declaration

    Objective-C

    - (MSFBitmap *)getBitmap;

    Swift

    func getBitmap() -> MSFBitmap!

    Return Value

    The bitmap of the marker.

  • Returns the orientation mode of the marker.

    Declaration

    Objective-C

    - (enum MSFBillboardOrientation)getOrientationMode;

    Swift

    func getOrientationMode() -> MSFBillboardOrientation

    Return Value

    The orientation mode of the marker.

  • Returns the scaling mode of the marker.

    Declaration

    Objective-C

    - (enum MSFBillboardScaling)getScalingMode;

    Swift

    func getScalingMode() -> MSFBillboardScaling

    Return Value

    The scaling mode of the marker.

  • Returns the click size of the marker.

    Declaration

    Objective-C

    - (float)getClickSize;

    Swift

    func getClickSize() -> Float

    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;

    Swift

    func getSize() -> Float

    Return Value

    The size of the marker, units depend on the scaling mode.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;

    Swift

    func dealloc()