Finds nearest city of specified input parameters.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static City FindNearest(
double latitude,
double longitude
)
Public Shared Function FindNearest (
latitude As Double,
longitude As Double
) As City
Parameters
- latitude
- Type: SystemDouble
latitude. - longitude
- Type: SystemDouble
longitude.
Return Value
Type:
CityNearest city.
Version InformationRhino for Windows
Supported in: 6.8
See Also