1

Is there any way to display only a particular country (either USA or UK or India) using react-native-mapbox-gl/maps & react-native-map.

Using the above libraries I am able to display world map but my requirement here is to display only a particular country map.

Could anyone help me out with this?

Shariq
  • 83
  • 2
  • 13

1 Answers1

-1

I recommend take a look at this package, it's very simple to use and have a good documentation.

Community
  • 1
  • 1
Joaogma1
  • 1
  • 1
  • I have already seen the package which you have mentioned. But here my requirement is to show only a specific country say Germany . – Shariq Jun 18 '20 at 04:06
  • Can you be more specific ? Because I don't know if you are trying to show a country spoted in the map or show the country map – Joaogma1 Jun 18 '20 at 16:54
  • If you could send a sketch or something that may help – Joaogma1 Jun 18 '20 at 17:01
  • what I am trying to achieve here is , using react-native-maps or react-native-mapbox-gl I want to display only a specific country (Germany). But by default the mentioned packages are displaying all countries and I need to set coordinates of a country which I want to. – Shariq Jun 18 '20 at 17:07