Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
895 views

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 get an error like this: 414 Request-Uri Too Large My url is something like this ...
2
votes
1answer
405 views

Google Static Maps API: Generating a static map with paths

I'm trying to generate a static google map with some points on it, and some lines connecting these points (I'm soon going to make the lines correspond with the driving directions, but that comes ...
2
votes
1answer
398 views

How to implement a little static map preview as list icon?

I built a ListActivity and now I want to add Map Previews as the List Icons. I dont want to extend MapView because: 1st I just need a little static preview and 2nd I already extended to ListView. I ...
1
vote
1answer
40 views

Display info dialog in the Google Static Maps API

Nowhere in the Google Static Maps API it's mentioned the use of the dialog boxes. Are they possible to show on a static map?
1
vote
2answers
90 views

Is Google Maps blocking me?

I'm programming web application that works with Google Maps and I need to generate PDF output so I decided to use static API. My application will be using set of 1500 small map images (100*100px). I ...
1
vote
1answer
291 views

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 they choose), they can save the data to the server. If the user has picked a radial search, the ...
1
vote
1answer
205 views

Using Google Static Maps with API v3 - need an updated reference please!

The guide Using Static Maps to Speed Up Your Dynamic Maps is painfully out of date. Can you help show me what this should look like with API v3? I'm specifically interested in the tail end of the ...
1
vote
3answers
418 views

Google Static Map API how to specify max zoom level

We have a report that shows where 2 markers are on a map, works great except when the markers are next to each other it zooms in to the highest level of zoom. We want the min zoom to be open, but set ...
1
vote
1answer
499 views

Load static google map into UIImageView?

I'm trying to show a small static google map in my app. I'm wondering if it's possible to do this using UIImageView? It doesn't seem to be working for me but maybe I'm doing something wrong. This ...
0
votes
1answer
31 views

Google Maps Static Map API

I was wondering if there is a simple way to get Google Map STATIC API to work for directions... I dont really understand how the whole path thing works... But for example i am trying to accomplish ...
0
votes
0answers
67 views

BlackBerry Google Static Map not loading [closed]

I have problem with Google Static Map with BlackBerry. I am using Google Static Map on my mobile application. Sometimes it shows map, usually it doesn't. What is the cause of this issue? Who knows ...
0
votes
4answers
186 views

Max url length with Google Maps static image

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

How to Calculate Scale to Zoom ratio for Google Static map Images

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

drawing a path on google static map

:I wrote this code in client side and sent to a server for a emailing purpose.in that email the image is appear as broken image I want to draw a path on google static map.here is the code I used. ...
0
votes
1answer
136 views

drawing a path between two cities on google static map

I want to draw a path between two cities on a google static map along a road according to a suggested route of google map.when I used path attribute with pipe characters I can draw a line but not ...
0
votes
1answer
107 views

When creating a dynamic link to maps.google.com how do I add a marker to the map?

I have a static Google map with a marker that marks the spot however I would like to link to maps.google.com so that the user can look at a larger dynamic map or find directions. Here is the code I ...
0
votes
0answers
35 views

Google static map

Is there any way to get static google map image with driving direction between two location. Actually I want to use in emails (html format) I have tried with this url but it always show straight line ...
0
votes
1answer
99 views

Google static map error

I have a problem with static google map with an improper image on my website. Anyone know how this issue occurs? Please see the image below:
0
votes
1answer
246 views

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 ?
0
votes
1answer
275 views

Google static map shot showing up on page

I have a site built on the Google App Engine in Python. One of the features is the ability to use google static maps to update your current location. The Python code takes care of generating the URL ...
0
votes
1answer
452 views

Google Static Maps API: representing a route as an encoded polyline

I'm trying to represent a route between a number of points on a static map using an encoded polyline. The code for this is in a function called getStaticMapAddress, defined like so: def ...
0
votes
2answers
179 views

Panning Google Maps Static Image API

I am trying to implement panning using Google's static image api, but don't really know where to start. Given: lat,lng = 36.059534,-94.171257 of the center of the image zoom level = 19 image size = ...
0
votes
1answer
336 views

Issue in displaying static Google maps

The src property for the img tag is http://maps.google.com/maps/api/staticmap?center=1701 Fm Rd 1187, Mansfield, Tx &size=150x90&sensor=false&zoom=15&maptype=roadmap" + ...
0
votes
3answers
602 views

how to pass parameters to a URL and get the generated image

I want to pass several parameters to this url and generate the map from it and show it in my java application. I know the code to download the image and show it in the java application. I want to ...
0
votes
1answer
3k views

Using Fancybox with Google Static Maps

Setup I have multiple links on a page with the class location_link Each Links rel attribute is equal to a city state combo (i.e.,Omaha, NE) Once the page is loaded, a JavaScript function loops ...
0
votes
1answer
710 views

Google Static Maps Move maps with a finger

I’m downloading maps using Static Maps V2 API then display map on my mobile device, now I would like to move map using my finger and a touch screen on my device. How can I calculate a new center for ...