/qatar_world_cup_map

React Native with TypeScript, Maps and Geolocation Example

Primary LanguageJava

Qatar World Cup Map

The App displays the countries of the Qatar World Cup through Google Maps. Longitude and latitude are used to determine where the Pin will be inserted.

Setup

Location permissions must be enabled!

To use the app, enter the Google key in the following directory:

android\app\src\main\AndroidManifest.xml

<application>
   <!-- You will only need to add this meta-data tag, but make sure it's a child of application -->
   <meta-data
     android:name="com.google.android.geo.API_KEY"
     android:value="Your Google maps API Key Here"/>
</application>

Example: https://github.com/react-native-maps/react-native-maps/blob/master/docs/installation.md#specify-your-google-maps-api-key