paulmach / go.geo

Geometry/geography library in Go, DEPRECATED, use ->
https://github.com/paulmach/orb
MIT License
330 stars 55 forks source link

`NewPointFromLatLng` helper function #28

Closed j16sdiz closed 9 years ago

j16sdiz commented 9 years ago

New NewPointFromLatLng helper function.

paulmach commented 9 years ago

Thanks for proposing this change. Anything that makes [lat, lng] or [lng, lat] easier to understand for people reading the code :smile: