Class MapImageRequest.ZoomToPointRequest

All Implemented Interfaces:
Serializable
Enclosing class:
MapImageRequest

public static class MapImageRequest.ZoomToPointRequest extends MapImageRequest.AbstractZoomToPointRequest
The ZoomToPointRequest object is used when a zoom should be done on a specified coordinate before the image creation.
See Also:
  • Field Details

    • zoomLevel

      public double zoomLevel
      Defines the target zoom level of the view.
  • Constructor Details

    • ZoomToPointRequest

      public ZoomToPointRequest(String project, OrientedRectangle currentBounds, MapImageRequest.AttributedCoord attCoord, double zoomLevel)
      Creates a new ZoomToPointRequest instance.
      Parameters:
      project - the project name that will be used to create the image.
      currentBounds - the last view bound.
      attCoord - the coordinate to zoom to.
      zoomLevel - the target zoom level.