Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
hi all
how can i Set and Get Zoom in flashmapinwpf in c#
sample source address is :
This Site

Please help me
thanx
Posted

Use getZoom() & setZoom(zoom:number)
From Google Maps Javascript API V3 Reference[^]
 
Share this answer
 
Comments
sinaone 14-Jan-12 11:20am    
thanx for your response
but how can i use of it in my wpf application
please get a sample source for that
thanx
to set the zoom (to 15 for exemple) , you can do this :

webBrowser1.Navigate("http://maps.google.com/maps?z=15&t=k&q=+London")

;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900