Viewing 1 replies (of 1 total)
  • Hello,

    Please open class-google-map.php and paste your code just below line 176 as per following instruction.

    Before :

    zoomControl: '.$this->map_zoom_control.',

    After :

    zoomControl: '.$this->map_zoom_control.',
    
    		zoomControlOptions: {
    		style: google.maps.ZoomControlStyle.SMALL,
    		position: google.maps.ControlPosition.LEFT_CENTER
    		},

    I hope it helps you.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘zoomControlOptions’ is closed to new replies.