Top "Google-static-maps" questions

The Google Static Map web service dynamically creates a map image based on URL parameters (i.e. latitude, longitude, zoom level, image height & width) sent through a standard HTTP request and returns the map as an image you can display on your web page.

Convert long/lat to pixel x/y on a given picture

I have a city map of Moscow. We modified a Google Maps image with some artistic elements, but the relation …

javascript google-maps coordinates google-static-maps
Using a custom image marker on google static map?

how to have custom image marker on google static map, i need url format: this is what i have tried, …

google-maps google-static-maps
Is there any limit to number of markers that can be placed on google static maps?

Is it possible to place (say 1000) markers (using set of LAT-LONG values) on Static Google map image? Also, is there …

google-maps bing-maps bing-api google-static-maps
Exceeded usage limits for Geocoding API

When accessing the below link: http://maps.googleapis.com/maps/api/geocode/json I get the response: { "error_message" : "You …

google-maps-api-3 google-static-maps
Google static maps with directions

I have in my project list of generated places with mini maps. There should be 2 points on the map and …

google-maps google-maps-api-3 google-static-maps
Get static image from Google map for given area

I know that Google Maps provides an API for getting static images: https://developers.google.com/maps/documentation/static-maps/intro …

google-maps google-static-maps
Google Static Maps URL length limit

I have 153 markers and need to generate a static map with them, but when put them in the url I …

javascript django google-maps google-maps-api-3 google-static-maps
Drawing a circle Google Static Maps

I have a Google Maps Circle drawn on v3 api. When the user has plotted there circle (or polygon if …

google-maps geometry google-static-maps
New Google Maps Platform - How do I set my own usage limits?

In their notifications about the new billing system for the Google Maps APIs, Google very clearly state that you "can …

google-maps google-static-maps
Rendering polygon with Google Static Maps API URL

I created a script to store dynamic map inputs by appending attributes to a Static Maps URL (so we can …

google-maps-api-3 google-static-maps