focalPoint property

FocalPoint focalPoint
final

A screen point to align the marker when an 'align position event' is emitted. An 'align position event' is emitted under the following circumstances:

  1. The first location update occurs, and alignPositionOnUpdate is set to AlignOnUpdate.once or AlignOnUpdate.always.
  2. Any subsequent location update occurs, and alignPositionOnUpdate is set to AlignOnUpdate.always.
  3. An event from alignPositionStream is received. Defaults to the center of the map widget.

Implementation

final FocalPoint focalPoint;