My favorites | English | Sign in

Google Earth API

KmlBalloonStyle Interface Reference

Inheritance diagram for KmlBalloonStyle:

KmlObject GEEventEmitter

List of all members.


Public Member Functions

KmlColor getBgColor ()
KmlColor getTextColor ()
string getText ()
void setText (string text)

Detailed Description

Specifies how the description balloon for placemarks is drawn.

Member Function Documentation

KmlColor KmlBalloonStyle.getBgColor (  ) 

Background color of the balloon (optional).

KmlColor KmlBalloonStyle.getTextColor (  ) 

Foreground color for text. The default is black (ff000000).

string KmlBalloonStyle.getText (  ) 

The text contained in the balloon.

void KmlBalloonStyle.setText ( string  text  ) 

The text contained in the balloon.