setPosition abstract method

bool setPosition(
  1. LocationPoint point
)

@brief Sets the anchor position of the model in metric coordinates. @param point Center / placement point @see LocationPoint "LocationPoint". @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setPosition

Implementation

bool setPosition(LocationPoint point);