position property

  1. @override
MPPoint get position
override

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

Implementation

@override
MPPoint get position => _anchor!;