Hi,
I have some custom markers on my map. When I switch to the "Earth"
type, they become small red X markers.
How come ? Am I doing something wrong ?
All markers are created like that ( with the latlng being different,
of course ) :
<<<
var oIcon = new GIcon();
oIcon.image = "img/services/icon/hotel_sec.png";
oIcon.shadow = "";
oIcon.iconSize = new GSize(19,23);
oIcon.iconAnchor = new GPoint(19,11);
var oLatLng = new GLatLng(aCoordinates[1],aCoordinates[0]);
var oMarker = new GMarker(oLatLng,{icon: oIcon});
>>>
Don't mind the aCoordinates.
Many thanks,
Alexandre
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---