I am building an app where I would like to display the cities near me according the number of kilometers done by a user. So if I do 200 km, the app should be able to display major cities within 200 kilometers.
My developers are using the Google maps API, however we are stuck to a point where the api displays only places and those places are not only cities but businesses, schools etc which is not what we want.
Does anyone has an idea of what we need to do in our code to display only cities according the km done by a user ?
Thank you in advance