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].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.