Introduction - If you have any usage issues, please Google them yourself
1. The number of city information in a lead the singly linked list of nodes, node of city information including city name, the coordinates of the city.Requirements:
(1) given a city name, returns to its position coordinates.
(2) given a position coordinates of P and a distance D, return all cities and P distance less than or equal to D.