position property

  1. @override
MPPoint get position
override

Get the position of the building, this will correspond to the building's anchor point

Implementation

@override
MPPoint get position => _anchor!;