Hi,
I am developing a website for a mobile device and using google maps with a simple marker being displayed, now the marker works fine on the desktops and on an android phone, but on a nokia N97 and N8, the marker is only rendered when the pizel size is below 55px.
does anybody know why the image size effects it being displayed?
Paul
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) );
map.options.markerOptions.image.bmw.normal = new google.maps.MarkerImage( '/img/mobile/sprite.png', new google.maps.Size(18,30),
new google.maps.Point(30,0), null, null );