Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

Google map is loading whole the time #221

Closed Mertez closed 3 years ago

Mertez commented 3 years ago

The top section which shows the google map is always empty with google sign I tried to change Style and then I saw an indicator inside google map which was hidden until that time. But no map on google map :(

Agontuk commented 3 years ago

If you're talking about the example project, you need to provide a map api key in AndroidManifest.xml file.

Agontuk commented 3 years ago

Closing this, as the above comment should solve your issue.