()
| 248 | } |
| 249 | |
| 250 | func (x *Location) GetLatitude() float64 { |
| 251 | if x != nil { |
| 252 | return x.Latitude |
| 253 | } |
| 254 | return 0 |
| 255 | } |
| 256 | |
| 257 | func (x *Location) GetLongitude() float64 { |
| 258 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected