Share via


2.265 MapCustomView

Applies to RDL 2010/01 and RDL 2016/01

The MapCustomView element specifies the center of a MapViewport element based on an arbitrary point.

The following are the parent and child elements of the MapCustomView element.

Parent elements

MapViewport

Child elements

MapCustomView.CenterX

MapCustomView.CenterY

MapCustomView.Zoom

The following is the XML Schema definition of the MapCustomView element.

 <xsd:complexType name="MapCustomViewType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Zoom" type="xsd:string" minOccurs="0" />
     <xsd:element name="CenterX" type="xsd:string" minOccurs="0" />
     <xsd:element name="CenterY" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>