For instance, take Québec. It is both a province and a city. Using google maps API with the query string of ‘Québec’ yields the province as the result. What should I query for if I want just the city?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to be as specific as possible. Generally the geocoder will find a country name before a province, a province before a city, and so on.
For Quebec, use either
Quebec City(which isn’t the province) orQuebec, Quebec(specifying the city within the province). The tiles show “Quebec City” for the name of the city, too.