ANDROID Is it possible to view only a specific country on a Google map?

I would like to create an application that displays only one country. When you click on a specific place in a country like the Philippines, it should display some little things. Ask if any of you have already done something similar or any idea / suggestion on how to do this? Thank you in advance!

+5
source share
2 answers

AFAIK, Google Maps does not support a direct way to display a country or any other geographical area.

The usual solution for this is to limit the viewport to a certain latlng range. An example is checking the center of a map after dragging / zooming. If the center extends beyond the borders, scroll back to the edge of the borders.

+1
source

For future visitors to this question, you can answer here:

fooobar.com/questions/1145184 / ...

Hope this helps you.

0
source

All Articles