Loading Image from "google maps static map" URL
Static Google Maps Kit - open source C# wrapper for Google Static Mapshttp://gglgeo.codeplex.com/wikipage?title=Static%20Google%20Maps%20Kit
View ArticleLoading Image from "google maps static map" URL
The code work well for me. But how can I make the request in a different thread? Because in my application every time the device is making the request, the interface is blocked until the request is...
View ArticleLoading Image from "google maps static map" URL
Hi,That code worked for me, the result was very good.1. Make sure you apply for your own Google Maps Key.2. Make sure you build your Google Static Maps URL the way you should. Try it in your desktop...
View ArticleLoading Image from "google maps static map" URL
hi i tried your code.Its running but nothing showing.It just showing empty page.if i want see map wat should i do?plz give me reply.Its very urgent
View ArticleLoading Image from "google maps static map" URL
So, can you use a static map from a satellite view??? that would be huge in my book!TW,
View ArticleLoading Image from "google maps static map" URL
Hi Jose, you can also save the image file on the device. Code SnippetHttpWebRequest httpRequest = (HttpWebRequest)HttpWebRequest.Create(WebUrl);httpRequest.Timeout = 15000;httpRequest.ReadWriteTimeout...
View ArticleLoading Image from "google maps static map" URL
I was able to find the solution, I hope its helpful for other developers.Code Snippet//Download ImageUri uri = new...
View ArticleLoading Image from "google maps static map" URL
Hi,I'm trying to load a google maps static map image to my windows mobile 6 prof. application. Those kind of images don't have extension, only URL (i.e....
View Article