kml:BalloonStyle

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
targetId NCName optional

Used By

Complex Type kml:StyleType

Source

<element name="BalloonStyle" type="kml:BalloonStyleType" substitutionGroup="kml:Object"/>

Sample

< Style xmlns = "http://www.opengis.net/kml/2.2" id = "noDrivingDirections" >

< BalloonStyle>

< text>

<b>$[name]</b> <br /><br /> $[description]

</ text>

</ BalloonStyle>

</ Style>