Click or drag to resize

PushPin Constructor (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new pushpin at the given location (as a LatLon).

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

Parameters

location
Type: Telogis.GeoBaseLatLon
A LatLon describing the pushpin's intended location.
Examples
C#
PushPin aPin = new PushPin(new LatLon(34, -118));
See Also