import 'package:osrm_dart_sdk/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
distance | double | The distance traveled by the route, in float meters. | [optional] |
duration | double | The estimated travel time, in float number of seconds. | [optional] |
weight | double | [optional] | |
summary | String | [optional] | |
steps | List | [optional] [default to const []] | |
annotation | Annotation | [optional] |