Module: Aws::LocationService::Client::_CalculateRouteMatrixResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CalculateRouteMatrixResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #route_matrix ⇒ ::Array[::Array[Types::RouteMatrixEntry]]
- #snapped_departure_positions ⇒ ::Array[::Array[::Float]]
- #snapped_destination_positions ⇒ ::Array[::Array[::Float]]
- #summary ⇒ Types::CalculateRouteMatrixSummary
Instance Method Details
#route_matrix ⇒ ::Array[::Array[Types::RouteMatrixEntry]]
200 |
# File 'sig/client.rbs', line 200
def route_matrix: () -> ::Array[::Array[Types::RouteMatrixEntry]]
|
#snapped_departure_positions ⇒ ::Array[::Array[::Float]]
201 |
# File 'sig/client.rbs', line 201
def snapped_departure_positions: () -> ::Array[::Array[::Float]]
|
#snapped_destination_positions ⇒ ::Array[::Array[::Float]]
202 |
# File 'sig/client.rbs', line 202
def snapped_destination_positions: () -> ::Array[::Array[::Float]]
|
#summary ⇒ Types::CalculateRouteMatrixSummary
203 |
# File 'sig/client.rbs', line 203
def summary: () -> Types::CalculateRouteMatrixSummary
|