Contents

destinations

An array of coordinates that represent end points for estimated arrival time requests.

Declaration

destinations: Coordinate[];

Discussion

A Coordinate represents each destination in the array. You may get coordinates from search(query, callback, options) or lookup(place, callback, options), which return Place objects that contain coordinates. You may provide up to 10 destinations in the array.

See Also

ETA Request