On Nov 24, 8:13 pm, dbrb2 <[email protected]> wrote: > From what I have read both here and elsewhere, this is not possible, > save by looping through every marker when zoom level is changed - but > just to check: > > Does anyone know of a way to scale markers as a user zooms in / out > > I have a map full of markers athttp://cycleHire.eu/mobilethat look > fine at high zoom, but when zoomed right out the size of the markers > becomes silly! > > I may just have to live with it, but thought I'd check here for > inspiration!
Have you looked at the "scaledSize" option for the MarkerImage class? http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerImage You will need to write code to change the scale base on zoom, but I think it will do what you are looking for. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
