Frankly, I don't understand the variable display_map in depth -- I haven't used
it or anything, but it looks like this is a defect:
/**
* function to enable map display
*/
function enableMapDisplay(){
$this->display_map = true;
}
/**
* function to disable map display (used to display street view only)
*/
function disableMapDisplay(){
$this->display_map = true;
}
Original issue reported on code.google.com by MJos...@gmail.com on 13 Jun 2010 at 4:50
Original issue reported on code.google.com by
MJos...@gmail.com
on 13 Jun 2010 at 4:50