In general my Google Maps API V3 / Javascript application is working fine. I only have noticed one issue:
From time to time - I can not really tell when - the (new) tiles are not loaded when I drag the map. This is a bit disturbing. Since my application is used with the API V3, I do no longer use a Google Key. Closing the browser usually solves the issue.
Currently the application is in development with, so there should be no restriction due too much traffic from Google. I开发者_如何学JAVA do not see any JavaScript issues in the console.
Any idea what this could be?
- Remarks added - My Internet connectivity seems to be OK when this happens, also I am at a proper zoom factor and in a "well defined area" where titles are available.
well I have seen this issue is mostly with the internet connectivity on the client side. Please make sure that you are not being disconnected of the net when the requests are being sent. I would watch out for that..
you can monitor your connection with some tool like : http://www.connectionmonitor.net/
FYI I am not advertising the tool, first result from google search
精彩评论