Closed drderkummer closed 11 years ago
I was thinking about it, and i know it gets plottery on the map, but shouldnt we come ut with some smart way of showing it on the map instead of just showing one floor. Idunno but if you want to see all, then you want to see all, no matter what the floor the room type is on?
For example, if i just want to find a group room, i would use the show all function. Then i wouldnt so much care about what floor it was on.
I dont know in what purpose someone would want to see all group rooms on one type on specific floor?
Therefore we should perhaps instead think of a more convenient way to display them :S? I know that it is really hard to do though... =/
my problem with the show all function is that there often are several rooms on the same x,y - position as the room one level higher or lower. so will never find out if there is a (for example) grouproom on your level, because there are shown three other markers on the map from the group rooms on the upper most layer.
it would be awesome to have sth like a 3d view with diffrent layers, i dont now if we can build this up on google maps api!?
... thats why i came up with the idea of floor/level buttons. they should work like checkboxes
Yeah, i can see why one would want to have them, but also that they might be bit bad to have, iduno.. I can see if i can add them =)
Hej, i was thinking of modifiying the pop-up menu for the layer selection with the possibility to check a floornr. as well. Otherwise the card will be full of markers and your not able to seperate them anymore.
I want the menu to look like:
The numbers will be small buttons which change their color to green when they are selected/clicked.
My problem is, that i dont know how to set up the xml file(s). What we need is a
< ...linearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_below="@id/@android:id/list" android:orientation="horizontal" button1 button2 .... < ... /linearLayout .. >
But how is it possible to include this into the existing menu? Or do we need to have a .xml file for the popup menu anyway? (which we dont have at the moment) Sorry that im not able to find out myself. Im missing some android skills here :(