How to find nearest cities in a given radius?

前端 未结 6 1886
遇见更好的自我
遇见更好的自我 2020-12-31 15:41

Do you know some utility or a web site where I can give US city,state and radial distance in miles as input and it would return me all the cities within that radius?

<
6条回答
  •  失恋的感觉
    2020-12-31 16:43

    Take a look at this web service advertised on xmethods.net. It requires a subscription to actually use, but claims to do what you need.

    The advertised method in question's description:

    GetPlacesWithin Returns a list of geo places within a specified distance from a given place. Parameters: place - place name (65 char max), state - 2 letter state code (not required for zip codes), distance - distance in miles, placeTypeToFind - type of place to look for: ZipCode or City (including any villages, towns, etc).

    http://xmethods.net/ve2/ViewListing.po?key=uuid:5428B3DD-C7C6-E1A8-87D6-461729AF02C0

提交回复
热议问题