Padding | iOS SDK | 2GIS Documentation

Padding

Indents the edges of the camera.

public init(
    left: UInt32 = 0,
    top: UInt32 = 0,
    right: UInt32 = 0,
    bottom: UInt32 = 0
)
Parameters
left
top
right
bottom
Properties

Indent from left to inside.

Indent from top to bottom inward.

Indent right inward.

Indent at bottom inward.