Class View

java.lang.Object
io.goobi.viewer.model.maps.View

public class View extends Object
Determines the visible area of a GeoMap. Consists of a zoom factor and a center point
Author:
florian
  • Constructor Details

    • View

      public View(double zoom, Point center)
      Parameters:
      zoom -
      center -
    • View

      public View(double zoom, double lng, double lat)
      Parameters:
      zoom -
      lng -
      lat -
  • Method Details