RhinoCommon API
CityFindNearest Method |
Finds nearest city of specified input parameters.
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public 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.
