getBounds method

Stream<BoundingBox> getBounds()

Implementation

Stream<BoundingBox> getBounds() {
  return ArcgisMapPlatform.instance.getBounds(mapId);
}