On Nov 24, 8:13 pm, dbrb2 <
benjamin.bar...@gmail.com> 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