I am working with google map fragment. In onCreateView i call this function:
googlemap.setIndoorEnabled(true);
For the first run it is working but after this run others are wrong.
System.out.println(googlemap.isIndoorEnabled());
returns with false.
What should i do?
According to google docs about setIndoorEnabled(boolean enabled) :