followScreenPointOffset property

CustomPoint<num> followScreenPointOffset
final

An offset value that when the map follow to the marker. The final screen point is (mapWidgetWidth * followScreenPoint.x / 2 + followScreenPointOffset.x, mapWidgetHeight * followScreenPoint.y / 2 + followScreenPointOffset.y).

Implementation

final CustomPoint followScreenPointOffset;