MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / GetGeometry

Method GetGeometry

shared/proto/trip/trip.pb.go:279–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277}
278
279func (x *Route) GetGeometry() []*Geometry {
280 if x != nil {
281 return x.Geometry
282 }
283 return nil
284}
285
286func (x *Route) GetDistance() float64 {
287 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected