Click or drag to resize

BalloonPushPinInformation Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Text to be displayed below the balloon name.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string Information

Field Value

Type: String
Remarks
Long information strings are automatically line-wrapped at 500 pixels. ShowInformation can be used to set whether information should be displayed when the balloon is rendered.
Examples
C#
BalloonPushPin myPin = new BalloonPushPin("Name Text (Upper)", new LatLon(33.584224, -117.737976));
myPin.Information = "Information Text (Lower)";
See Also