getRoute constant

Spec<GetRouteRequest, GetRouteResponse> const getRoute

Implementation

static const getRoute = connect.Spec(
  '/$name/GetRoute',
  connect.StreamType.unary,
  geolocationv1geolocation.GetRouteRequest.new,
  geolocationv1geolocation.GetRouteResponse.new,
);