MapboxCoreMaps.LayerPosition

extension MapboxCoreMaps.LayerPosition
  • Undocumented

    Declaration

    Swift

    public convenience init(above: String? = nil, below: String? = nil, at: Int? = nil)
  • at

    Layer should be positioned at a specified index in the layers stack

    Declaration

    Swift

    public var at: UInt32? { get }
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool