MapView Types

The following MapView types can be specified in a mapping request:

Name Description

BoundsMapView

Defines a map view based on the supplied bounds. If the bounds are not specified then the service will determine them.

Java Example C# Example

ScaleAndCenterMapView

Defines a map view by scale and a center point.

Java Example C# Example

ZoomAndCenterMapView

Defines a map view by zoom level and a center point.

Java Example C# Example