I check all the method in the jQuery Google Map v3 api, there is no pan. I found example of v2, there is a map.panTo method, but not working in v3.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
https://developers.google.com/maps/documentation/javascript/reference#Map
V3 still has
map.panTo(my_latlon);. Also a.panBy(but that’s besides the point.I currently have an application that uses V3 and also uses these methods, so I know it works.