repr:Style

Diagram

Description

Contains descriptions of the appearance of map objects (placemarks, lines, balloons, and so on).)

Contains:

repr:balloonContentStyle, repr:hintContentStyle, repr:iconContentStyle, repr:iconStyle, repr:lineStyle, repr:parentStyle, repr:polygonStyle

Contained by:

repr:Representation

repr:Style

Part of a YMapsML document that defines the style for lines:

<repr:Style gml:id="customStyle">
    <repr:lineStyle>
        <repr:strokeColor>12345688</repr:strokeColor>
        <repr:strokeWidth>2</repr:strokeWidth>
    </repr:lineStyle>
</repr:Style>