Click or drag to resize

BalloonPushPin Constructor (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new pushpin anchored at the given location. The informational balloon will contain information about the street address.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public BalloonPushPin(
	LatLon location
)

Parameters

location
Type: Telogis.GeoBaseLatLon
Specifies the latitude and longitude co-ordinates at which the pin should appear.
Remarks

If you don't need the address of the BalloonPushPin shown, consider using BalloonPushPin(LatLon, Boolean).

Examples
C#
BalloonPushPin myPin = new BalloonPushPin(new LatLon(33.584224, -117.737976));
See Also