Closed tedbjurlin closed 7 months ago
The map and info is more important for the backend admins and researchers than for the users of the app, I think we should first remove the map functionality, then determine if and when to add it back in.
The reason the map didn't work (prior to removal from the app) was probably because an API key was removed from android/app/src/main/AndroidManifest.xml
.
15 <!-- Google Maps API key -->
16 <meta-data android:name="com.google.android.geo.API_KEY"
17 android:value="ADD_API_KEY_HERE"/>
Map fully removed now.
Is your feature request related to a problem? Please describe. The map provided by Google does not load. It is a blank screen.
Describe the solution you'd like Investigate what is preventing the map from loading and fix it. Is it location permissions?