Skip to content

This is the source code of the Mapwize app available on the Google Play Store.

License

Notifications You must be signed in to change notification settings

asadwaheed1/mapwize-app-android

 
 

Repository files navigation

Mapwize app for Android

This is the source code of the Mapwize app available on the Google Play Store.

View the app on the Play Store

Are you looking for a simple way to implement indoor mapping and wayfinding in your organization? Get your Mapwize account, import your indoor maps on Mapwize Studio and fork this app!

Mapwize SDK

The app is built using the MapwizeForMapbox SDK. You can find the documentation about the SDK at docs.mapwize.io.

Credentials

You will need to set your Mapbox and Mapwize credentials in the MapActivity.java and MapwizeApplication.java classes.

Sample keys are given for Mapwize and Mapbox. Please note that those keys can only be used for testing purposes, with very limited traffic, and cannot be used in production. Get your own keys from mapwize.io and mapbox.com. Free accounts are available.

License and credits

The app is released under MIT license.

The LICENSE file contains the MIT license as well as the licenses of the open-source code used.

A page with credits to the used open-source projects is added in the app. The credits.html page can be generated from the LICENSE file using showdown.

Install showdown if you don't have it yet

npm install showdown -g

Then execute

showdown makehtml -i LICENSE -o app/src/main/assets/credits.html

About

This is the source code of the Mapwize app available on the Google Play Store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.6%
  • HTML 24.4%