LogoViewOptions
public struct LogoViewOptions : OrnamentOptionsProtocol, Equatable
Used to configure position, margin, and visibility for the map’s logo view.
-
The position of the logo view.
The default value for this property is
.bottomLeading.Declaration
Swift
public var position: OrnamentPosition -
The margins of the logo view.
The default value for this property is
CGPoint(x: 8.0, y: 8.0).Declaration
Swift
public var margins: CGPoint -
Initializes a
LogoViewOptions.Declaration
Swift
public init( position: OrnamentPosition = .bottomLeading, margins: CGPoint = .init(x: 8.0, y: 8.0) )Parameters
positionThe position of the logo view.
marginsThe margins of the logo view.
LogoViewOptions Structure Reference