Click or drag to resize
FdfGeoCoderTryGeoCode Method (String, GeCoordinate, 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 GeCoordinate output,
	string address = null,
	ref FdfResultCollection results = null
)

Parameters

input
Type: SystemString
output
Type: FDF.Common.GeometriesGeCoordinate
address (Optional)
Type: SystemString
results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
See Also