BalloonStyle

Specifies how the description balloon for placemarks is drawn.

KML Element Attribute

KML Element

kml_balloonstyle_bgcolor

<BalloonStyle><bgColor>

kml_balloonstyle_text_color

<BalloonStyle><textColor>

kml_balloonstyle_text

<BalloonStyle><text>

kml_balloonstyle_raw_text

<BalloonStyle><text>

Element value written without xml entity encoding.

KML Format Attribute

Remarks

kml_balloon_color

Specifies the balloon colour using the fme color spec. Used to generate the RGB portion of the kml_balloonstyle_bgcolor attribute.

kml_balloon _opacity

Specifies the balloon opacity using float with a value from 0 to 1.0. Used to generate the Alpha portion of the kml_balloonstyle_bgcolor attribute.

kml_balloon_text_color

Specifies the balloon text colour using the fme color spec. Used to generate the RGB portion of the kml_balloonstyle_text_color attribute.

kml_balloon _text_opacity

Specifies the balloon text opacity using float with a value from 0 to 1.0. Used to generate the Alpha portion of the kml_balloonstyle_text_color attribute.