This section applies to Rebar only.
TODO Describe the functionality of the geo tools
/android/app/build.gradle
make the following changes:...
dependencies {
...
compile 'com.google.android.gms:play-services-maps:10.0.0'
...
}
/android/app/src/main/AndroidManifest.xml
add the following:<manifest ... >
...
<application ...>
...
<meta-data android:name="com.google.android.geo.API_KEY" android:value="JHHchg8vjguy3293uiodsfbkGHC-07jvHJ_X_QW"/>
...
</application>
</manifest>