Questions tagged [country]
448 questions
2
votes
1 answer
Display only a specific country (region) in google maps
Is there any way to show only a specific country or region using the google maps API?

Cristiano Sarmento
- 633
- 2
- 9
- 19
2
votes
0 answers
Does an App rating (Android / iOS) change with country
I wanted to know if given an app (Android / iOS) can the content rating of the app change with country? can the same app have different maturity ratings for two different countries?

user2842368
- 21
- 1
2
votes
3 answers
Google Analytics Language Codes
Need help with Google Analytics filters via Custom Reports -- Display LANGUAGE and VISITS where the LANGUAGE values are grouped as EN for each English, etc via 'FlatTable'
My report returns (see first 3 lines):
LANGUAGE |…

Sammy
- 141
- 1
- 3
- 11
2
votes
1 answer
how can I filter on the second element in a tuple of tuples?
In my model I have a field:
country = models.CharField(_('Country'), max_length=2, choices=COUNTRIES)
Where COUNTRIES is a tuple of tuples like this:
COUNTRIES = (
('AF', _('Afghanistan')),
... and so on
Now I want to filter an instance of…

ria
- 7,198
- 6
- 29
- 35
2
votes
3 answers
Where to find reference about IP range of China?
Is there any document that's accurate about this?

Mask
- 33,129
- 48
- 101
- 125
2
votes
1 answer
Google Places Autocomplete API Country Restriction
First time poster here. Having some trouble getting the country restriction working on a search field. My code is currently: