getBoundary method

MapRectangle getBoundary()

Returns the boundary of the symbol, centered at (0,0).

Implementation

MapRectangle getBoundary() {
  return MapRectangle(-_image.width / 2, -_image.height / 2, _image.width / 2, _image.height / 2);
}