マーカーの角度があります。マーカーをその角度に回転させたいだけです。
marker = new google.maps.Marker({
position: myLatlng,
location: LocInfo,
map: map,
title: titleInfo,
icon: image,
html: text,
angle: 150 // i want to do something like this
});
上記の例のように使用できる angle プロパティのようなプロパティはありますか?