MCPcopy
hub / github.com/golang/geo / ShapeID

Method ShapeID

s2/edge_query.go:121–121  ·  view source on GitHub ↗

ShapeID reports the ID of the Shape this result is for.

()

Source from the content-addressed store, hash-verified

119
120// ShapeID reports the ID of the Shape this result is for.
121func (e EdgeQueryResult) ShapeID() int32 { return e.shapeID }
122
123// EdgeID reports the ID of the edge in the results Shape.
124func (e EdgeQueryResult) EdgeID() int32 { return e.edgeID }

Calls

no outgoing calls