Click or drag to resize
FdfGeoCoderTryGeoCode Method (String, Double, Double, String, FdfResultCollection)

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool TryGeoCode(
	string input,
	ref double lat,
	ref double lon,
	string address = null,
	ref FdfResultCollection results = null
)

Parameters

input
Type: SystemString
lat
Type: SystemDouble
lon
Type: SystemDouble
address (Optional)
Type: SystemString
results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
See Also