A very basic project showing how to initialize our library and render a solution on the map
Clone the project and open it in Android Studio.
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.
- 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.
- Jose J Varó
- Mohammed Amine Naimi
MapsIndoors SDK is released under a commercial license. The MapsIndoors Demo Samples code is released under The MIT LICENSE.