getSymbolBoundary method

MapRectangle getSymbolBoundary()

Implementation

MapRectangle getSymbolBoundary() {
  return MapRectangle(-mapRect!.getWidth() / 2, -mapRect!.getHeight() / 2,
      mapRect!.getWidth() / 2, mapRect!.getHeight() / 2);
}