Show a Map
Show a Map with MapsIndoors
Initialize MapsIndoors
protected void onCreate(Bundle savedInstanceState) {
...
mMapView = mapFragment.getView();
MapsIndoors.initialize(getApplicationContext(), "YOUR_MAPSINDOORS_API_KEY");
MapsIndoors.setGoogleAPIKey(“YOUR_GOOGLE_API_KEY”);
...
}Initialize MapsControl

Last updated
Was this helpful?