ConnectionPath
public struct ConnectionPath : Codable
Connection path struct
-
Duration to draw the connection path
Declaration
Swift
public var drawDuration: Double
-
Near radius set for the connection path
Declaration
Swift
public var nearRadius: Double?
-
Far radius set for the connection path
Declaration
Swift
public var farRadius: Double?
-
Color set for the connection path
Declaration
Swift
public var color: String?