Class MapImageRequest.ZoomOutToPointRequest

All Implemented Interfaces:
Serializable
Enclosing class:
MapImageRequest

public static class MapImageRequest.ZoomOutToPointRequest extends MapImageRequest.AbstractZoomToPointRequest
The ZoomOutToPointRequest object is used when a zoom out should be done on a specified coordinate before the image creation. The zoom out is relative to the specified view bounds.
See Also:
  • Constructor Details

    • ZoomOutToPointRequest

      public ZoomOutToPointRequest(String project, OrientedRectangle currentBounds, MapImageRequest.AttributedCoord attCoord)
      Creates a new ZoomOutToPointRequest instance.
      Parameters:
      project - the project name that will be used to create the image.
      currentBounds - the last view bounds.
      attCoord - the coordinate to zoom out to.