2.247 MapMarker

Applies to RDL 2010/01 and RDL 2016/01

The MapMarker element specifies a map marker to be applied to the center point of a MapPoint or a MapPolygon.

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

Parent elements

MapMarkerTemplate

MapMarkers

Child elements

MapMarker.MapMarkerImage

MapMarker.MapMarkerStyle

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

 <xsd:complexType name="MapMarkerType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="MapMarkerStyle" type="xsd:string" minOccurs="0" />
     <xsd:element name="MapMarkerImage" type="MapMarkerImageType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>