Search code examples
google-mapsgoogle-maps-static-api

Google Static Map API - Long URL


I generate URL for calling Google Static Map API but in sometime my url is very long (>2048). How can I solved this ?


Solution

  • You cannot do anything if the URL is too long. It is by design of the web browser.

    See this question limitation of url

    If static maps API isn't helping you to achieve your task, you might want to take a look @ other Google Maps APIs