mbus-backend
Preparing search index...
services/graphBuilder
findNearestStops
Function findNearestStops
findNearestStops
(
lat
:
number
,
lon
:
number
,
k
?:
number
,
)
:
{
distance
:
number
;
lat
:
number
;
lon
:
number
;
name
:
string
;
stpid
:
string
;
}
[]
Finds the nearest k stops to a given coordinate.
Parameters
lat
:
number
lon
:
number
k
:
number
= 2
Returns
{
distance
:
number
;
lat
:
number
;
lon
:
number
;
name
:
string
;
stpid
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mbus-backend
Loading...
Finds the nearest k stops to a given coordinate.