Class MapViewGeometryUtil

    • Method Detail

      • getNonDownloadedArea

        public static java.awt.geom.Area getNonDownloadedArea​(MapView mv,
                                                              java.lang.Iterable<Bounds> downloadBounds)
        Subtracts the download bounds from the rectangular bounds of the map view.
        Parameters:
        mv - the MapView that is used for the LatLon-to-Point-conversion and that determines the Bounds from which the downloaded Bounds are subtracted
        downloadBounds - multiple Bounds objects that represent the downloaded area
        Returns:
        the difference between the MapViews bounds and the downloaded area