Class MapImageRequest.ZoomOutToRectRequest

All Implemented Interfaces:
Serializable
Enclosing class:
MapImageRequest

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

    • ZoomOutToRectRequest

      public ZoomOutToRectRequest(String project, OrientedRectangle currentBounds, MapImageRequest.AttributedRect attBounds)
      Creates a new ZoomOutToRectRequest instance.
      Parameters:
      project - the project name that will be used to create the image.
      currentBounds - the last view bounds.
      attBounds - the rectangle to use when zooming out.