Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个接收 lat/lng 并返回适当位置的应用程序。(即我发送数据 lat/lng = 40.343545334/32.235308039 它返回例如纽约)我应该在这里使用什么?有没有办法做到这一点?
您可以为此使用Geocoder gem。请参阅此截屏视频。