OverlayPosition public protocol OverlayPosition The position information of the overlay. left Declaration Swift var left: Double? { get } right Declaration Swift var right: Double? { get } top Declaration Swift var top: Double? { get } bottom Declaration Swift var bottom: Double? { get }