Not using the slide bar from the default UI, there is no method to shrink
it.
You need to either build your own or use one of the reduced controls, SMALL
or ANDROID.

On Tue, Jun 22, 2010 at 09:59, pec76 <[email protected]> wrote:

> Hello,
>
> I have set a zoom limit between 2 values:
>
>        google.maps.event.addListener(gf_map, 'zoom_changed', function() {
>                if (gf_map.getZoom() > 12) gf_map.setZoom(12);
>                if (gf_map.getZoom() < 2) gf_map.setZoom(2);
>        });
>
>
> And now I want to change the zoom slider appearence, to remove the
> unused values. It's possible?
>
> Cedric
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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.

Reply via email to