GeometricMarker

public class GeometricMarker : Marker, GenericGeometricMarker

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

  • Sets the marker background color. Default value is white.

    Declaration

    Swift

    public var backgroundColor: UIColor
  • If the marker is interactive, it is able to be selected and delegates can receive callbacks for these events. Default value is true.

    Declaration

    Swift

    public var interactive: Bool
  • Declaration

    Swift

    public required override init()