LocationPuck
public enum LocationPuck : Equatable
This enum represents the different backends that can be used for Pucks
-
Undocumented
Declaration
Swift
case puck2D(customize: ((inout LocationIndicatorLayerViewModel) -> Void)? = nil) -
Undocumented
Declaration
Swift
case puck3D(customize: ((inout PuckModelLayerViewModel) -> Void)) -
Declaration
Swift
public static func == (lhs: LocationPuck, rhs: LocationPuck) -> Bool
LocationPuck Enumeration Reference