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.
和
select placeTypeName, name from geo.places.neighbors where neighbor_woeid in (select woeid from geo.places where text="sunnyvale, usa" limit 1)
我可以通过 YQL 从某个位置获取邻居位置。但是我怎样才能将结果限制在一定距离内呢?10公里,20公里,30公里..