Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embed Google Maps in C#

I'm developing an App for a Taxi company for my final year project. I'm using Google latitude to track the location of the driver.

I can successfully retrieve both latitude and longitude of the driver (i.e the gps enabled phone) inside C#.

Now I want to show the exact location in a form probably with a pin or mark pointed at the retrieved lat, lon crossing point.

Please help. thanks in advance.

like image 258
Jay Mayu Avatar asked May 26 '11 19:05

Jay Mayu


2 Answers

Here is the landing page for the Google maps API. The one you will likely need is Static Maps API (note you can only get 25 000 uniuqe images per client per day, you will not likely hit this but it is something to be aware of). If you want a interactive map you will need to use a WebBrowser control and use the javascript api


like image 172
Scott Chamberlain Avatar answered Sep 19 '22 13:09

Scott Chamberlain


Another option is to use a premade control like this one.

like image 37
Carles Company Avatar answered Sep 17 '22 13:09

Carles Company