Click or drag to resize

LatLon Constructor (XmlNode)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Construct a new LatLon from an XML node.

As of 4.3: Retrieving the 'Location' attribute if it is present.

Pre 4.3: Retrieving the old attributes "Lat" and "Lon".

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

Parameters

doc
Type: System.XmlXmlNode
The XML node to retrieve 'Lat' and 'Lon' from.
Remarks
See Also