CananyonehelpmewithhowthisblueroadcolorchangeswhenIsetaroute..IalreadyhavethestyleallreadyIjustdonotknowthevariablethatappliestothatpartofthemap..Obg
/*Estilizandoomapa;Criandoumarraycomosestilos*/varstyles=[];/*crioumobjetopassandooarraydeestilos(styles)edefinindoumnomeparaele*/varstyledMap=newgoogle.maps.StyledMapType(styles,{name:"Mapa Style"
});
/*Aplicando as configurações do mapa*/
map.mapTypes.set('map_style', styledMap);
map.setMapTypeId('map_style');
});