GitHunt
MA

MapsPeople/MapsIndoorsAndroid-Getting-Started

A very basic project showing how to initialize our library and render a solution on the map

Getting Started

A very basic project showing how to initialize our library and render a solution on the map

Usage

Clone the project and open it in Android Studio.

Requirements

First, you need to generate a google maps key for android (follow the instructions here: link). Once you get the key, open the file "google_maps_api.xml" (under "res/values"), then replace "YOUR_KEY_HERE" with it.

Projects

  • Using MapView: A basic MapsIndoors project were a View (a MapView) is used to embed the Google Map in the layout.
  • Using SupportMapFragment: A basic MapsIndoors project were a Fragment (a SupportMapFragment) is used to embed the Google Map in the layout.

Authors

  • Jose J Varó
  • Mohammed Amine Naimi

License

MapsIndoors SDK is released under a commercial license. The MapsIndoors Demo Samples code is released under The MIT LICENSE.

Languages

Java100.0%
MIT License
Created August 9, 2019
Updated July 18, 2023
MapsPeople/MapsIndoorsAndroid-Getting-Started | GitHunt