setAnchor abstract method

void setAnchor(
  1. Point<double> anchor
)

@brief Sets anchor point for user indicator in screen pixels.

Dart code snippet: @snippet location_window_common_example.dart dart_UserLocationLayer_setAnchor

Implementation

void setAnchor(math.Point<double> anchor);