LocationIndicatorLayerViewModel

public struct LocationIndicatorLayerViewModel : Equatable

Undocumented

  • Image to use as the top of the location indicator.

    Declaration

    Swift

    public var topImage: UIImage?
  • Image to use as the middle of the location indicator.

    Declaration

    Swift

    public var bearingImage: UIImage?
  • Image to use as the background of the location indicator.

    Declaration

    Swift

    public var shadowImage: UIImage?
  • The size of the images, as a scale factor applied to the size of the specified image.

    Declaration

    Swift

    public var scale: Value<Double>?
  • Undocumented

    Declaration

    Swift

    public init(topImage: UIImage?, bearingImage: UIImage?, shadowImage: UIImage?, scale: Value<Double>?)
  • Declaration

    Swift

    public static func == (lhs: LocationIndicatorLayerViewModel, rhs: LocationIndicatorLayerViewModel) -> Bool