TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MapPLZ: Geo package for Go, Node, and Ruby

35 pointsby mapmeldalmost 11 years ago

1 comment

mutatioalmost 11 years ago
<p><pre><code> mapstore.Add_Lat_Lng(40, -70) mapstore.Add_Lng_Lat(-70, 40) mapstore.Add_LatLng( []float64{ 40, -70 } ) </code></pre> Few minor gripes for the Go code; don&#x27;t use underscores and don&#x27;t provide method signatures for all arrangements of values, all you need is mapstore.AddLatLng(x, y)
评论 #8152217 未加载