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.
在android中,一旦我们获得当前位置地址纬度和经度,那么我们如何能够获得当前位置200公里半径内所有附近城市名称的列表,即如果我当前位置的纬度和经度分别为23.00和72.50,那么在此基础上,我如何才能获得 200 公里半径内该位置地址附近的所有城市列表?
您可以为此使用 google place API,请检查。