The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
32 views

Google map data provider for DevExpress MapControl

We bought DevExpress recently and all is well until I found out that DevExpress MapControl doesn't come with a Google Map data provider out of the box. There are no examples provided by them either. ...
0
votes
0answers
24 views

Static Maps: Drawing polygons with many points. (2048 char limitation)

Because there is a limitation to 2048 characters in the get request, you are not able to generate an image with Google Static Maps which contains a polygon with a great number of polygon points. ...
1
vote
1answer
23 views

Address breaks map display, why?

Currently I am generating a Google static map by inserting an address through PHP insertion like this: <img ...
0
votes
0answers
51 views

Save Google Map containing many markers as image

I recently asked about saving a google map as an image and this pointed me to using google static maps api, see: Save current Google Map as image. However, I now have the problem that my map ...
0
votes
1answer
24 views

Static map in OBJECT tag DATA attribute not rendering

This issue does seem to be specific to google chrome: I currently have this code in web page which renders properly in firefox & explorer but in google chrome is does not render anything. ...
0
votes
2answers
45 views

How do i get multiple coordinates on a google maps static api?

I am pulling out information from the google places API I want to be able to show all the coordinates that I've pulled on one map v.s. having multiple maps on a page (as shown below). Does anyone have ...
0
votes
0answers
26 views

Markers are displayed incorrectly

I am using google static map and I wan to display the markers on map, the url is generated on serverside and almost works, but currently there's some strange problem. About 50% of the markers are ...
-1
votes
1answer
63 views

Can you draw a google static map to a canvas after you download it?

I am using the following class to download a specific map and i'd like to draw it to a canvas with other bitmaps but when I do it only the map doesn't show up. I know the map is downloading, do I have ...
0
votes
1answer
86 views

Google Static Maps Api?

i was using google maps api v1 and i could draw the map to a canvas and save it and now im using google maps api v2 because i got my debug key before march 13th and just this weekend was ready to sign ...
0
votes
0answers
66 views

Alternatives to Google Static Maps when the URL gets too big

My end goal is view and print a document (eg, PDF) with business-specific info on it along with a map. The map must have The aerial imagery background The features from a KML file. Google Static ...
0
votes
1answer
67 views

How can I get better quality street view image by using street view image API?

I knew that "street view image API" for business provides "2048x2048" size of street view image. However, I think above method cannot give me better quality of street view images although size might ...
0
votes
1answer
56 views

White space in URL when using AJAX with google static maps

I have a page that has an instance of Google statics maps embedded in an iFrame. When the page loads, the initial instance of this iFrame loads a set location. There is a list of addresses on the ...
0
votes
1answer
14 views

google maps street view avaliable

I am working with streetview google maps found here: https://developers.google.com/maps/documentation/javascript/reference#StreetViewPanorama I can't seem to find if there is a way to determine if ...
0
votes
1answer
72 views

Image Overlay using the Street View Image API

I am wondering if i am allowed to add an image overlay to a static Google Street View image. The idea behind this question is adding a person/object to the street view image in an android application ...
0
votes
0answers
47 views

Google Static Maps only shows map briefly after viewing it in a different browser tab

I'm building a rails app, and attempting to put multiple Google Static Maps into the view. These maps will always display broken-image placeholders, except it works when I: -Use firebug to grab the ...
0
votes
1answer
88 views

Get dimensions of Google Static Maps in degrees/kilometers

I was wondering if there is any way of getting the dimensions (in degrees or kilometers) of a google static map image, given the zoom level and the size of the map in pixels. I have seen a formula to ...
2
votes
0answers
82 views

Google Static Maps API: URL Signature in JavaScript

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 ...
0
votes
1answer
97 views

Creating Static Image with Path and Colored Markers

I'm trying to produce incident maps from GPS data, showing two minutes either side of the route as a path, and three markers: start, incident, end. All I'm getting is Error 400, malformed URL. I've ...
0
votes
1answer
122 views

Is it possible to set Static Google map markers to different colors and labels as parameters in the url?

I am trying to set map markers to two different colors, one blue with the label A and one red with the label B. In the following URL you can see that the markers are named and colored for all markers, ...
0
votes
1answer
63 views

PHP Google Static Maps V2 error

I want to display a static map image with 3 markers, and somehow it is not working. It works with one marker, but dosnt display an image when I add more markers. The output url displays an image if I ...
1
vote
1answer
369 views

Google Static Map API error - java.io.IOException : No Response Entries Available

I am Developing GPS based app in J2ME . I am new in the Google API coding. When I give command to map one after another for example Up, Down, zoom, zoom-out the Google Static Map API gives me the ...
0
votes
1answer
254 views

Google static maps lat/lng distance measurement

I am using the Google Static Maps API to download a satellite image given a lat/long pair. That's easy enough. What I can't figure out from the documentation is what the relationship is between zoom ...
-1
votes
1answer
145 views

Specify a Google Maps Static image with borders/viewport specified by lat and lon coordinates

I am trying to request an image from the Google Static Maps API with the borders of the map specified by a pair of latitude and longitude coordinates. I've tried centering on the center of the two ...
0
votes
1answer
83 views

strange behavior with paths in google maps static image api

I'm trying to get a static image of a hiking trail from google maps static image API, and I'm seeing some strange behavior. Sometimes, it works pretty well and then other times, it either doesn't ...
3
votes
0answers
119 views

Interpreting the Google Maps API terms of service [closed]

I am not great at interpreting legalese, but from the Google Maps API terms of service, it seems that you cannot develop a non-browser application that connects to Static Maps API unless (a) the ...
0
votes
2answers
112 views

Getting Google maps via viewport (not center or Geocoding) or getting an adjacent map

I'm developing an application that needs to retrieve maps adjacent to each other. Google static maps only allows to set location based on an address (geocoding) or a center (latLng). I need to be able ...
2
votes
0answers
194 views

Google Static Map Quota reached but nowhere close to 25,000 limit

A client of mine is using Google Static Maps on his property lease pages. Twice this month he has gotten the dreaded Google Quota image in place of where the map should be on the page (see ...
0
votes
0answers
74 views

Google Static Maps - Fallback Map

Working with Google Static Maps and am looking for a way to have a fallback when a map is not found. Currently it is showing the ocean (blank) image. I would like the fallback to show something like ...
0
votes
1answer
178 views

Google Static Map API and 45 degree (oblique) imagery

Is there anyway to get 45 degree imagery from the google static maps api? I'm able to do it from the javascript api, but don't see similar access in the docs for the static maps api. Thanks,
0
votes
0answers
123 views

Image of google Maps API V3

I need to get the same result from a google maps API V3 as with Google static maps. I need labels next to markers and I need to do other stuff without the limits of Google Static maps. How is it ...
0
votes
0answers
92 views

Google Static Maps Api — Behaves differently than styled maps api

I am using various styles in my maps implementation through the maps api. They all work very well. I'm using a function to parse the above style and generate the URL to be used with the static maps ...
1
vote
2answers
90 views

Any way to specify an explicit viewport?

I need to geocode some locations (done), then draw a custom overlay on top of a map (client orders)... but to do that, I need to know exactly what the viewport area is. The only way I can see to do ...
0
votes
1answer
499 views

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 refer back to it after a user submits). For reasons I can't yet determine, the Polygon is not ...
1
vote
0answers
245 views

Google Static Map Image not showing on popup

I load Google Static Map on popup and set Image URL of image dynamically. Source Code displays correct address but not shown on page at page load. If I hover mouse into the source code of Image then ...
2
votes
0answers
307 views

“Failed to load resource” javascript error with Google Static Maps API

I am using the Static Maps Api to display a static image map. I have 15-20 of these listed in one page and after a few minutes while I was testing I am now getting the following javascript error : ...
0
votes
1answer
271 views

Can i use Static Maps API V2 with Android and use it like JavaScript apiV3?

I am working on Google Map Api for Android. Its quite slow as network here is GPRS. I am trying to explore Static Map Api for performance (and offline usage). I am unable to find any example/sample on ...
0
votes
0answers
170 views

Using polyline from Google Directions API and putting it on Google Static Maps url call breaks

I have tried to draw a polyline retrieved directly from the Google Directions API on a Google Static Map image. This polyline is perfectly fine + valid when I draw it using the JS library, but when ...
2
votes
0answers
70 views

How to set the center as an offset from address in Google Static Maps API V2

I have a static map that is centered to an address: http://maps.googleapis.com/maps/api/staticmap?center=London,England&zoom=6&size=200x200&maptype=roadmap&sensor=false And I would ...
0
votes
0answers
241 views

Style color in Google Static Maps and Disable Buildings

I'm kinda confused about the way google colorizes the elements on static maps. The goal I want to achieve is a map with simple colors: pure green for forests and parks; pure blue for rivers, lakes ...
1
vote
1answer
302 views

Google Maps - Street View custom overlay link

Does anyone know if it is possible to add an click event (e.g. a link) to a custom overlay on a google street view? In the documentation it shows this example: If you 'Toggle Street View' You can ...
0
votes
0answers
170 views

How can I calculate the zoom level of a Google static map without using JavaScript?

I have a set of points which I am plotting on a Google map and then downloading it. I want to calculate the map zoom on runtime. I Tried it using GLatLngBounds property of Gmap API. But couldn't do ...
0
votes
1answer
168 views

Fusion Tables, Phonegap and Static Maps API

I'm building an Phonegap app (iOS and Android) that uses Google Map V3 JS API and Fusion Tables. The core of the app is to display a "live" map of wildlife sightings - people can add and view ...
0
votes
1answer
708 views

Custom Marker Icon not showing Google Static Maps v2

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 ...
0
votes
0answers
58 views

How to get the zoom obtained by implicit positioning in Google's staticmap?

I'm currently using Google's staticmap service to develop a product. Because of the requeriments of the project, I'm using implicit positioning to show all markers in the map, meaning that I'm not ...
1
vote
1answer
314 views

nearest street view image

How to get the nearest GoogleStreetView image and its exact position with an inaccurate position? thanks to an other api? Google maps do it, example ...
3
votes
2answers
479 views

Generate Image of Google map [closed]

I want to allow end users of my website to generate image of google map. How is this possible after the User has selected its location on google map and can then generate the image.
1
vote
1answer
218 views

Finding the boundary points in a raster data file

So, I have with me the center point and the zoom level. I have to plot some points on the map. The map is stored in a raster data file, and is displayed on the R's widget. The issue is that when a ...
1
vote
0answers
129 views

How to use google static map api for showing regions of the world

I want to use Google Maps Image APIs for showing highlighted regions from the world. regions could be region or combination of country and regions. So I will have regions array and i want map images ...
0
votes
0answers
310 views

How to show static map images in Facebook feeds in a legal way [closed]

I am posting to peoples Facebook walls from my app. I need to show a thumbnail map image that is showing a different location for each post which should be straight forward, you simply pass along an ...
0
votes
1answer
514 views

Static Google Map image from “My Places” map?

Im having a tough time finding out if I can simply snag an image from the places that I have marked in one of "my places" in google maps? Can I do this without typing all the code out that points to ...

1 2