Map tools

This section applies to Rebar only.

Introduction

TODO Describe the functionality of the geo tools

Native App Setup

Android App

...
dependencies {
    ...
    compile 'com.google.android.gms:play-services-maps:10.0.0'
    ...
}
<manifest ... >
  ...
  <application ...>
    ...
    <meta-data android:name="com.google.android.geo.API_KEY" android:value="JHHchg8vjguy3293uiodsfbkGHC-07jvHJ_X_QW"/>
    ...
  </application>
</manifest>