mirror of https://github.com/tidwall/tile38.git
Merge pull request #327 from arne-cl/patch-1
comment: Point is [lat lon z]
This commit is contained in:
commit
18b19aec2f
|
@ -5,7 +5,7 @@ import "fmt"
|
|||
|
||||
// Point is simple 2D point
|
||||
type Point struct {
|
||||
X, Y, Z float64
|
||||
X, Y, Z float64 // X=latitude, Y=longitude, (Z is optional, e.g. for elevation or timestamp)
|
||||
}
|
||||
|
||||
// InsideRect detects point is inside of another rect
|
||||
|
|
Loading…
Reference in New Issue