views:

38

answers:

1

Hi,

It is a question regarding to http://en.googlemaps.subgurim.net/ google map 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.

+1  A: 

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
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...
JoesyXHN