| 194 | } |
| 195 | |
| 196 | type Geometry struct { |
| 197 | state protoimpl.MessageState `protogen:"open.v1"` |
| 198 | Coordinates []*Coordinate `protobuf:"bytes,1,rep,name=coordinates,proto3" json:"coordinates,omitempty"` |
| 199 | unknownFields protoimpl.UnknownFields |
| 200 | sizeCache protoimpl.SizeCache |
| 201 | } |
| 202 | |
| 203 | func (x *Geometry) Reset() { |
| 204 | *x = Geometry{} |
nothing calls this directly
no outgoing calls
no test coverage detected