2013-02-17 3 views

Répondre

0

passer l'exemple-tableau dans votre question au styles -option de la carte:

  map = new google.maps.Map(document.getElementById('map-canvas'), { 
      center: new google.maps.LatLng(48.70727541512677, 
             20.578157256250062), 
      zoom: 7, 
      styles:[ 
    { 
    "elementType": "geometry", 
    "stylers": [ 
     { "hue": "#00ccff" }, 
     { "visibility": "simplified" } 
    ] 
    } 
], 
      panControl: false, 
    zoomControl: true, 
    zoomControlOptions: { 
     style: google.maps.ZoomControlStyle.SMALL 
    }, 
     streetViewControl: false, 
     mapTypeControl: true, 
    mapTypeControlOptions: { 
     style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,

}, 


     mapTypeId: google.maps.MapTypeId.ROADMAP 

});

http://jsbin.com/owaxas/1/edit

+0

remercie un groupe, très apprécié! – ovko