Community

Topic: Android SDK

Is it possible not to show the map in geo augmented markers mode?

Salvador Burrezo Gonzalez
Thursday, April 6, 2017

My application will show a map with the poi, but with much more information.
I think it's a great idea to show the map by tilting the phone, but the default map is not valid for me.
The best solution for me would be to have an listener to detect the inclination and show my map.
Can you help me with this topic please?

thanks in advance
best regards

user profile image
Support Team  (expert)
Friday, April 7, 2017

Hi,
with the actual version of the SDK you can customize the POI view by extending the MarkerViewAdapter class (please take a look at the end of this tutorial).
Unfortunately you can't prevent showing the Google map in this version or detect device inclination with the listener (even if you implement this feature on your own), but we are working on a new release to make Map feature more flexible.
Best,

Sign in to add a comment