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

Method GetLatitude

shared/proto/driver/driver.pb.go:250–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248}
249
250func (x *Location) GetLatitude() float64 {
251 if x != nil {
252 return x.Latitude
253 }
254 return 0
255}
256
257func (x *Location) GetLongitude() float64 {
258 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected