Hi, 

did you try using sprites?  

map.options.markerOptions.image.bmw.normal = new google.maps.MarkerImage(
 '/common/img/app/metropolis/mobile/dn-sprites.png', 
  new google.maps.Size(18,30),
  null,
  null,
  new google.maps.Point(0,0)
);


* for nokia/symbian the 2 "null, null," are important * (if you don't have 
them it won't show the images)

with  "new google.maps.Point(0,0) " you can say the position of you icon in 
the image (mine is at the top left corner: 0,0).

my marker-symbol is 33x51px and i have no problem. Then i have there (in 
the same sprite) also the cluster-symbols which are up to 176x181px and 
work just as good. They all work allright in Symbian & BlackBerry. (of 
course also in Android, iPhone & iPad)

I have symbian issues when clicking to show the infowindow. Jquery solves 
some of them, but i'm still working on it. 

I hope it helps

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ACLe8CeQOK4J.
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-js-api-v3?hl=en.

Reply via email to