Fork me on GitHub
Show:

NonstopDirectionsService

Summary

Provides a direct path from point A to point B, without any stops or change in direction in between.

Constructor

aeris.directions.NonstopDirectionsService

Syntax

aeris.directions.NonstopDirectionsService

(
  • opt_options
)

Summary

Parameters:

Methods

createDirectPathBetween_

Syntax

createDirectPathBetween_

(
  • origin
  • destination
)
Path private

Summary

Parameters:

Returns:

Path:

fetchPath

Syntax

fetchPath

()

Summary

Properties

distanceCalculator_

Syntax

distanceCalculator_

aeris.directions.helpers.DistanceCalculatorInterface} private

Summary

PromiseToFetchDirections_

Syntax

PromiseToFetchDirections_

Function private

Summary

Constructor for {aeris.directions.promises.PromiseToFetchDirections} object.

Default: aeris.directions.promises.PromiseToFetchDirections