| 238 | } |
| 239 | |
| 240 | type Route struct { |
| 241 | state protoimpl.MessageState `protogen:"open.v1"` |
| 242 | Geometry []*Geometry `protobuf:"bytes,1,rep,name=geometry,proto3" json:"geometry,omitempty"` |
| 243 | Distance float64 `protobuf:"fixed64,2,opt,name=distance,proto3" json:"distance,omitempty"` |
| 244 | Duration float64 `protobuf:"fixed64,3,opt,name=duration,proto3" json:"duration,omitempty"` |
| 245 | unknownFields protoimpl.UnknownFields |
| 246 | sizeCache protoimpl.SizeCache |
| 247 | } |
| 248 | |
| 249 | func (x *Route) Reset() { |
| 250 | *x = Route{} |
nothing calls this directly
no outgoing calls
no test coverage detected