Constructor
new TravelResponse()
Properties:
Name | Type | Description |
---|---|---|
layerIx |
Number | The corresponding layer's index |
origin |
String | CSV lat,lng |
destinations |
Array | Array of CSV lat,lng's |
rawTravelTimes |
Array | Unformatted numeric values |
formattedTravelTimes |
Array | Formatted based on the Unit System used |
rawDistances |
Array | Unformatted numeric values |
formattedDistances |
Array | Formatted based on the Unit System used |
- Version:
- 1.5.00