Marker

public class Marker : NSObject, GenericMarker

Base class for generic markers. Do not instantiate this class directly, use one of the more meaningful subclasses.

  • Declaration

    Swift

    public var tgMarker: TGMarker?
  • Toggles the marker visibility.

    Declaration

    Swift

    public var visible: Bool
  • The marker draw order relative to other markers. Note that higher values are drawn above lower ones.

    Declaration

    Swift

    public var drawOrder: Int