google-maps-static-api Questions
4
how to have custom image marker on google static map, i need url format:
this is what i have tried, but its having default marker image
http://maps.google.com/maps/api/staticmap?center=25.3176452...
Pilgarlic asked 13/2, 2015 at 4:52
6
Solved
I've built a tool that allows folks to apply a JSON map style to a Google Map, and am now wanting to add support for the Google Static Maps API.
Using the following styles array:
"[{"stylers":[]...
Clothilde asked 1/10, 2013 at 11:40
3
Solved
How to add custom marker image Google Static Map?
I am using the following URL in order to get a static map
https://maps.googleapis.com/maps/api/staticmap?size=250x250&markers=color:red%7C$m...
Frederickson asked 28/7, 2015 at 6:42
7
Solved
I have a Google Maps Circle drawn on v3 api. When the user has plotted there circle (or polygon if they choose), they can save the data to the server. If the user has picked a radial search, the Ce...
Fishery asked 6/9, 2011 at 8:28
10
Solved
I have 153 markers and need to generate a static map with them, but when put them in the url I get an error like this:
414 Request-Uri Too Large
My url is something like this
"http://maps.googl...
Redraft asked 25/11, 2010 at 14:23
3
I need to convert a map built with Google Maps to a static map.
The problem is that map has an amount of data (mainly circles), and its representation has to be doing a path description of its circ...
Katelin asked 5/9, 2016 at 7:31
1
I want to add text labels to the image which i am getting from static google image api. Like a label and info window of all markers which is in simple google map.
I have seen the documentation, It...
Cherubini asked 16/5, 2014 at 4:24
3
Solved
In their notifications about the new billing system for the Google Maps APIs, Google very clearly state that you "can set usage limits to protect against unexpected increases". However, I haven't f...
Hurdle asked 11/5, 2018 at 9:37
4
Solved
I have in my project list of generated places with mini maps. There should be 2 points on the map and colored road direction between this two points.
it should looks somehow like this:
This sho...
Afore asked 11/7, 2016 at 8:57
4
How to generate valid signature in JavaScript, I do have a business Key and client id but not able to proceed for static maps api valid url signature, as I am calling this API using JavaScript and ...
Galacto asked 6/3, 2013 at 23:1
5
Solved
When accessing the below link:
http://maps.googleapis.com/maps/api/geocode/json
I get the response:
{
"error_message" : "You have exceeded your daily request quota for this API.",
"results" : [...
Wifehood asked 10/3, 2015 at 11:39
2
I am currently working with Google Static maps images and i wish to find out how to calculate the scale for a given zoom level. I know Google maps use Mercator Projections. The application I am mak...
Lacerate asked 13/9, 2011 at 18:28
2
Lets say I request this image from the google static maps API
https://maps.googleapis.com/maps/api/staticmap?center=52.591370,-2.110748&zoom=18&size=600x600&maptype=satellite&marke...
Armendariz asked 27/6, 2017 at 15:56
3
Solved
I am using the Static Google Maps API v2 to download a static image of a map view with a singular marker just showing one image. However, the image added to the marker parameter of the url doesn't ...
Albaugh asked 7/9, 2012 at 20:33
1
Solved
I am trying to take the snapshot of an area enclosed by a rectangle drawn on the google map. Is it possible to take the snapshot of the area beneath the rectangle? I have searched for answers but c...
Albur asked 11/12, 2017 at 6:43
1
I know that Google Maps provides an API for getting static images:
https://developers.google.com/maps/documentation/static-maps/intro
However that API gets as input a center point, zoom level and...
Morbihan asked 28/3, 2017 at 11:47
1
I'm building a static Google Map URL to be used within <noscript><noscript> tag on a 'Find Us' page as fall-back in case a user has scripting turned off. Code thus far is:
<div id="...
Commensurate asked 20/12, 2016 at 0:53
1
Solved
I am using Google static maps to get a image (to display in a ImageView) in Android. Here is how I get the Image:
https://maps.googleapis.com/maps/api/staticmap?center=New+york,NY&zoom=13&...
Gynandromorph asked 23/12, 2016 at 15:19
3
The Street View image API, as documented here, gives static images for a particular location. However, it does not accept a panorama ID parameter for loading specific panoramas.
Recent additions t...
Horseplay asked 18/7, 2012 at 8:47
5
I need to create a static image of google map with several markers, and each marker has a custom icon.
In the Api DOC there is the note: Static Map URLs are restricted to 2048 characters in size. ...
Ell asked 25/10, 2011 at 22:19
1
I'm having a problem with getting the bounds of my Google Static Map in my Unity application. I've tried multiple answers found here on stackoverflow.
.NET related question
Javascript related que...
Caz asked 3/5, 2016 at 15:17
3
Solved
Is it possible to place (say 1000) markers (using set of LAT-LONG values) on Static Google map image?
Also, is there some sort of HTTP POST method to achive this or URL is the only way to go?
Basi...
Gromme asked 18/6, 2013 at 19:35
4
Solved
The static map API discusses paths, but no mention of circles. Is this possible?
Thanks
Zeralda asked 22/9, 2010 at 6:7
2
Solved
My program uses google maps directions for web Services to find a route between two points. The result is parsed and stored in variable.
This variable is then used to compose google static map URL....
Detradetract asked 27/8, 2015 at 17:0
1
Solved
I ran into a problem recently with Google Maps styling.
I used the Styled Maps Wizard to customize the Google Maps, but I realized the style does not apply to areas/tiles near Korea.
This is the ...
Wong asked 22/7, 2015 at 16:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.