Click or drag to resize

KmlAddress Constructor

Creates a new instance of the object and extracts the values into the object's properties. Typically an instance of this class is created by calling CrackAddress(String).

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public KmlAddress(
	string kml
)

Parameters

kml
Type: SystemString
The kml string containing the address information.
See Also