repr:iconContentStyle

Diagram

Description

Contains a description of the style of the placemark icon content.

The style of the icon content should be defined if you want some information to be displayed on top of the icon.

Contains:

repr:template

Contained by:

repr:Style

repr:iconContentStyle

Part of a YMapsML document that describes the style of the placemark icon content:

<repr:iconContentStyle>
    <repr:template>#customTemplate</repr:template>
</repr:iconContentStyle>

Icon content is set in the template itself:

<repr:Template gml:id="customTemplate">
    <repr:text><![CDATA[<div>Click Me</div>]]></repr:text>
</repr:Template>