Maps Integration for Nearby Shops

In this article we will learn how to enable maps for your app.

Maps Integration is required only in case you are trying to build a White Label app.

We currently use Google Maps and Mapbox Android SDK to provide maps.

To enable Google Maps you need to get a Google Maps API Key with Places and Maps Enabled. Set this API key in the MyApplication.java and your Manifext.xml

To get the Mapbox android SDK up and running.

Head over to maptiler.com and sign-up and get an api-key. You dont need to add this api key on the backend server side. Its only required for the android app. Go the the AppConfig.java file in our android app and set the mapbox style url.

After updating your api keys the map should start working !

If you face any difficulty feel free to get in touch with us on our forum !