()
| 277 | } |
| 278 | |
| 279 | func (x *Route) GetGeometry() []*Geometry { |
| 280 | if x != nil { |
| 281 | return x.Geometry |
| 282 | } |
| 283 | return nil |
| 284 | } |
| 285 | |
| 286 | func (x *Route) GetDistance() float64 { |
| 287 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected