google-static-maps

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 moved map, knowing previous map center, zoom level and how many pixels map has been moved? ...

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 through all of the location_link items and binds a click event to them using jQuery. This click event fires a call to the Fancybox construct...

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 is what I have (I stripped the URL so that it's easier to read): NSURL *mapurl = [[NSURL alloc] initWithString:@"http://maps.google.com/...

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 know how to pass parameters to this address: http://maps.google.com/maps/api/staticmap?center=Nugegoda&zoom=14&size=1000x312&m...

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" + "&markers=size:tiny|color:blue|1701 Fm Rd 1187, Mansfield, Tx ...

[Android] 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 already looked into using the static map api, however that also doesnt look quite good in that small dimensions: http://maps.google.com/m...