position property

  1. @override
MPPoint get position
override

Get the floor's position, this is usually the center of the floor's geometry

Implementation

@override
MPPoint get position =>
    bounds?.center ?? MPPoint.withCoordinates(latitude: 0, longitude: 0);