LatLon Constructor (XmlNode) | |
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
)
Public Sub New (
doc As XmlNode
)
Parameters
- doc
- Type: System.XmlXmlNode
The XML node to retrieve 'Lat' and 'Lon' from.
Remarks See Also