MapMatchingApiResponse.withError constructor

MapMatchingApiResponse.withError(
  1. Error error
)

Implementation

MapMatchingApiResponse.withError(Error error) {
  error = error;
}