Marker
public struct Marker : Codable
MPIOptions.Marker
holds the properties of values when adding markers
-
rank of the marker
Declaration
Swift
public var rank: Double?
-
anchor of the marker
Declaration
Swift
public var anchor: MARKER_ANCHOR?
-
Construct a
MPIOptions.Marker
object with the given propertiesDeclaration
Swift
public init(rank: Double? = nil, anchor: MARKER_ANCHOR? = nil)
Parameters
rank
set rank of the marker
anchor
set where the marker is anchored to