Lamhot / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

enableMapDisplay & disableMapDisplay both set display_map = true #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by b...@mycnl.com on 18 Sep 2011 at 5:09