Skip to main content
Advice
1 vote
2 replies
38 views

In our Web Application we would like to send updates to users via mail. The mail should contain a map, in the best case from Google Maps. Our first idea was to simply use the `iframe` and display ...
Joe's user avatar
  • 103
1 vote
2 answers
48 views

I'm using the Google Maps API for getting static images of specific parts of a route (path), like this: https://maps.googleapis.com/maps/api/staticmap?size=800x800&path=color:0xFF0000|weight:5|51....
Roel Jansen's user avatar
0 votes
1 answer
87 views

I have a webpage served over https which should display an image created via the Google Maps Static API. I try to create the map image by making a request to the API via http like this: <img src=&...
pazukdev's user avatar
  • 133
-1 votes
1 answer
151 views

I saw the default map styles for the APIs are changing, specifically the Maps Static API and NOT using the cloud-based map styling. In the email it states August 2024 it will be available, but when ...
BrianInPhx's user avatar
0 votes
1 answer
198 views

I have successfully used Google Maps icon technique to create dashed poly lines but now I want to apply this to a Google Maps Static Maps API image. How do I apply a repeating icon along a path in a ...
Simon Palmer's user avatar
0 votes
1 answer
85 views

I am trying to label markers on a static map with numbers beyond 5 or 10. The current limitation of 5 custom markers along with the limitation of only adding a single character to the label is ...
Charlie B's user avatar
2 votes
2 answers
927 views

I am trying to paste an overlay image on a static google map screenshot. Here is the code snippet - import requests from PIL import Image import io API_KEY = '***' plot_center = [75.49927187059548, ...
Anurag-Sharma's user avatar
2 votes
2 answers
684 views

For some addresses, google maps static api returns a 200 response, but image shows up blank with a yellow ribbon at the top right with this error message: "Maps error: g.co/staticmaperror": ...
Harsha N Hegde's user avatar
-1 votes
2 answers
415 views

I am trying to use the google static street view API to get an image of a property. The docs for the API state that I need to use a "digital signature": https://developers.google.com/maps/...
J. Whitehead's user avatar
-3 votes
1 answer
685 views

Hi, For a project i'm working on I need a lot of maps from different places around the world zoomed to building level. I tried to use Google static map API and python to achieve that. I planned to ...
Zartox29's user avatar
  • 105
0 votes
1 answer
403 views

I have a google static map where I am adding 4 markers with 4 different custom icons. Three of the icons work, but the fourth does not. Instead, one of the markers displays as the default orange pin. ...
Dave's user avatar
  • 4,168
1 vote
1 answer
234 views

In an ASP.NET MVC webapp I developed years ago in C#, there is an action / controller that downloads an image of Google maps and saves it to disk for later use, using WebClient.DownloadData. This ...
prueba prueba's user avatar
0 votes
1 answer
760 views

I am working with Static google maps to generate urls with multi polygons on the map. But the coordinates are very long and the urls exceed 8 thousand characters. Here you have the url that i use with ...
CodrinM's user avatar
  • 149
0 votes
1 answer
631 views

I am trying to add an image of a map using the Google Maps Static API in React Native. I am using the directions api to obtain the overview_polyline data and incorporating that into a url that is then ...
hodgln's user avatar
  • 56
0 votes
0 answers
169 views

I extract coordinates on google maps by plotting an overlay (exhibit A). I then reuse these same coordinates as the path variable in the google static map (exhibit B) and for some locations, it does ...
eGlu's user avatar
  • 817

15 30 50 per page
1
2 3 4 5
24