Click or drag to resize

GeocodeCrackAddress Method

Geocodes an address string and returns a KmlAddress object.

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

Parameters

address
Type: SystemString
The address to Geocode

Return Value

Type: KmlAddress
A KmlAddress object with the coded address information.
See Also