getBoundary method

  1. @override
MapRectangle getBoundary(
  1. RenderInfo<Renderinstruction> renderInfo
)
override

Returns the boundary of this object around the center of the area or the poi. If the boundary cannot determined exactly we need to estimate it. This method is used only if the renderinstruction adds itself to label or clash (see LayerContainer)

Implementation

@override
MapRectangle getBoundary(RenderInfo renderInfo) {
  // boundary depends on the area
  throw UnimplementedError();
}