BalloonPushPinName Property |
Namespace: Telogis.GeoBase
// Forces title display, even with loadAddress set to 'false' BalloonPushPin myPin1 = new BalloonPushPin(new LatLon(33.584224, -117.737976), false); myPin1.Name = "Force Display"; // Overrides the name specified in the constructor BalloonPushPin myPin2 = new BalloonPushPin("Name Text (Upper)", new LatLon(33.584220, -117.737977)); myPin2.Name = "Overrides the Previous Name Text (Upper)";