javascript - How to preload specific area of Google Map? -
let's open map:
https://www.google.com.au/maps/@-33.8654593,151.2082297,15z
when pan, see map being loaded. it's of course better now, maps vectors drawn in canvas element. still need wait while.
the same happens when use panto
method of map object in google maps api (docs). , problem. want pan using javascript area of google map preloaded, user see whole view sharp when animating.
is there way specify region of map preload don't see loading?
no, unfortunately there no way part of javascript api.
Comments
Post a Comment