1

It is a question regarding Subgurim Google Maps wrapper in ASP.NET.

I would like to know if I can do this from a client side:

Click on a button then a using jQuery to pan a marker to center and change its icon (image).

Would it be possible?

Thanks in advance.

Marc Climent
  • 9,434
  • 2
  • 50
  • 55
olidev
  • 20,058
  • 51
  • 133
  • 197

1 Answers1

2

Yes, you can manipulate Google Maps through jQuery. Actually, there are plugins to further simplify that. For example take a look at Google Maps jQuery Plugin V1.01 by Shawn Mayzes, or try this Google search and you'll find many more.

Majid Fouladpour
  • 29,356
  • 21
  • 76
  • 127
  • Hi, Thanks for your suggestion. Because i am using subgurim google map wrapper in asp.net so I am looking for a solution with this... – olidev Aug 18 '10 at 19:54