Hello.

As you probably know, static google maps has some limit requests. Parts of the cards I need to load constantly the same type. So, the actual question:

Is it possible to save the images of the required sections of the map and put the whole thing to your server and accordingly no longer google maps servers.

Thank.

    3 answers 3

    10.1.3 Restrictions against Data Export or Copying.

    ...

    (b) No Pre-Fetching, Caching, or Storage of Content. You need to keep track of any content that you need to use. manner of not using; and (ii) that the Maps APIs Documentation specifically permits you to store. For example, you can use the database.

    And another item 10.1.1 (g). So, apparently, no, it is impossible.

      Can! On PHP, this is done by the copy () function.

      • Yes, that's not the point) I'm just wondering if you can just save the images. If something is broken or not. - progmb
      • What is broken if it is static? - Palmervan

      if we are talking about saving traffic, then it is necessary to properly configure caching on the server for pictures, then when the client reverts to the same part of the map, the server will give a picture from its cache.
      this is effective when users are actively working with any one not particularly large geographical area.