Click or drag to resize

PushPinLocation Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets the location (as a LatLon) of the push pin.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon Location { get; set; }

Property Value

Type: LatLon
Remarks
This method is intended to move the push pin, or check its location. Hotspot co-ordinates can be used to ensure that the correct part of the push pin is rendered over this location. See IconCache.
See Also