bounds property

  1. @override
MPBounds get bounds
override

Get the location's bounds

Implementation

@override
MPBounds get bounds {
  return _calcBounds();
}