Select to view content in your preferred language

Toggle button (Map overview)

769
1
09-24-2012 05:44 AM
Udaya_BhaskerCheerala
Emerging Contributor
Hi All,

How to add Toggle button to toolbar, to show/hide map overview in Javascript API?

Thanks,
Uday
0 Kudos
1 Reply
__Rich_
Deactivated User
Add a toggle button, connect to the button's onChange event, call show() or hide() (both added in v3.1) on the Overview map dijit based on the value of the argument passed to your event handler .
0 Kudos