Search
Preparing search index...
The search index is not available
@aerisweather/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
GoogleRouteService
Class GoogleRouteService
Hierarchy
GoogleRouteService
Implements
RouteService
Index
Constructors
constructor
Methods
cancel
geocode
get
Directions
Constructors
constructor
new
Google
Route
Service
(
opts
:
GoogleRouteOptions
)
:
GoogleRouteService
Parameters
opts:
GoogleRouteOptions
Returns
GoogleRouteService
Methods
cancel
cancel
(
)
:
void
Returns
void
geocode
geocode
(
search
:
string
)
:
Promise
<
Coordinate
>
Parameters
search:
string
Returns
Promise
<
Coordinate
>
get
Directions
get
Directions
(
points
:
Coordinate
[]
|
string
[]
, params
?:
any
)
:
Promise
<
RouteResult
>
Parameters
points:
Coordinate
[]
|
string
[]
Optional
params:
any
Returns
Promise
<
RouteResult
>
Globals
Google
Route
Service
constructor
cancel
geocode
get
Directions
Generated using
TypeDoc