Are there any examples of a google map that has one big canvas as an overlayview. I’m having a hard time positioning the canvas whenever the map zoom or pans.
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.
Try the map bounds method, get the northeast and southwest view of current viewable map and use a js function to modify the overlay on each zoom to change the position dynamically.
and to get map zoom
map.getZoom();
Refer: http://code.google.com/apis/maps/documentation/javascript/reference.html#Map