LocationPuck
public enum LocationPuck : Equatable
This enum represents the different backends that can be used for Pucks
-
Backed by
LocationIndicatorLayer. Optionally provideLocationIndicatorViewModelto granularly modify the puck’s styling.Declaration
Swift
case puck2D(_: LocationIndicatorLayerViewModel? = nil) -
Backed by
ModelLayer.Declaration
Swift
case puck3D(PuckModelLayerViewModel)
LocationPuck Enumeration Reference