Click or drag to resize

CityFindNearest Method

Finds nearest city of specified input parameters.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static City FindNearest(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
latitude.
longitude
Type: SystemDouble
longitude.

Return Value

Type: City
Nearest city.
See Also