Maybe a bad idea but it would help on GMAP's.
Basically you could get the level of a specific x and y.
Say you were moving your mouse and wanted to see what level it's on.
PHP Code:
temp.level = GetLevel(mousex, mousey);
Just an idea.
It might already be possible another way, not sure and couldn't find anything on it.