GenericGeometricMarker

public protocol GenericGeometricMarker: GenericMarker

Generic geometric marker protocol definition.

  • 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

    var interactive: Bool
  • Sets the marker background color. Default value is white.

    Declaration

    Swift

    var backgroundColor: UIColor
  • Default initializer.

    Declaration

    Swift

    init()