You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to install the app for testing, but had a few issues:
It complained about a img for the splash screen; I've solved this deleting all references for this image
Now it doesn't find the class PositionProviderAggregator, from package com.mapsindoors.stdapp.positionprovider and looks like this is a class I can't just throw away
please let me know if I did something wrong
Regards
The text was updated successfully, but these errors were encountered:
If you are not using the midemo variant, you can omit the PositionProviderAggregator - which is a way of adding different position providers to different variants, what we do internally for several customers - by just adding the GPS provider directly:
In MapsIndoorsActivity.java:
// Add the GPS Position provider directly
mPositionProvider = new GoogleAPIPositionProvider( mActivity );
// Set the position provider
MapsIndoors.setPositionProvider( mPositionProvider );
Please let me know if this did work for you.
Best regards,
Jose J Varo Duarte
It solved my issue, but now it asks for mapsindoors_api_key. I did some research at the mapspeople website but I couldn't find where to sign up for a key or something. Could you help me with this too?
Hi,
I've tried to install the app for testing, but had a few issues:
It complained about a img for the splash screen; I've solved this deleting all references for this image
Now it doesn't find the class PositionProviderAggregator, from package com.mapsindoors.stdapp.positionprovider and looks like this is a class I can't just throw away
please let me know if I did something wrong
Regards
The text was updated successfully, but these errors were encountered: