plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
ILocation
Resolver
resolve
A location resolver turns an
ILocation
,
IStop
or a string into an
ILocation
Hierarchy
ILocationResolver
Implemented by
LocationResolverConvenience
LocationResolverDefault
Index
Properties
resolve
Properties
resolve
resolve
:
function
Type declaration
(
location
:
ILocation
|
IStop
|
string
)
:
Promise
<
ILocation
>
Parameters
location:
ILocation
|
IStop
|
string
Returns
Promise
<
ILocation
>
Generated using
TypeDoc
A location resolver turns an ILocation, IStop or a string into an ILocation