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
)
Public Shared Function CrackAddress (
address As String
) As KmlAddress
Parameters
- address
- Type: SystemString
The address to Geocode
Return Value
Type:
KmlAddressA KmlAddress object with the coded address information.
See Also