Hi all,
I have Google map integrated in my Flex project. I added a zoom control
into the map using these commands :
zoomControl = new ZoomControl( new ZoomControlOptions( { position: new
ControlPosition( ControlPosition.ANCHOR_TOP_LEFT , 10 , 10 ) } ) );
map.addControl( zoomControl );
Then a zoom control slider appears on the map on which I can slide
up/down to zoom in/out but I cannot use plus/minus signs ( which seem
disabled ) to zoom in/out.
I tried to remove ZoomControlOptions in ZoomControl constructor is as
following :
zoomControl = new ZoomControl();
but things are still the same ( plus/minus signs do not work, slider is
fine ).
The weird thing is : slider and plus/minus signs are in ZoomControl
component. Why slider works but the signs ? You have any suggestions to
fix this ?
Any reply is much appreciated.
Thanks in advance,
Quan
--
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" 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-api-for-flash?hl=en.