repr:iconContentStyle

Diagram

Description

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>
Copied to clipboard

Icon content is set in the template itself:

<repr:Template gml:id="iconTemplate">
    <repr:text><![CDATA[<div>Click Me</div>]]></repr:text>
</repr:Template>
Copied to clipboard