var blueIcon = new GIcon(G_DEFAULT_ICON);
blueIcon.image = "images/blue.png";
markerOptions2 = { icon:blueIcon };
marker = new GMarker(point, markerOptions2);
map.addOverlay(marker);Is there a way to control the direction or angle of the icon in the markeroptions? For an example if I dont have the markeroptions2 the icon is the default red and straight up like | but if I use the markeroptions2 its slanted like / but the correct blue icon. I tried searching but couldn't find any other examples of this. Thanks for any help you can offer. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
