Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Good morning everyone ..

I'm new to C # and Asp.NET

I recently saw a post Shabdar Ghata on Google Maps control, showing positioning of icons that move on and off the map. So, I would like to know if you could help me address some questions about google maps, where do I get the positions of latitude and longitude of a MySQL database, and displays them on the map so that it will move from time to time. For some time I look at it online but not found, so I am contacting you in hope that can help me with this application.

[MSN Messenger link removed to protect the user from Spam.]

Thank you,

Rodrigo Gallardo
Posted
Updated 6-Mar-12 2:21am
v2

1 solution

Hi,

first you have to choose which provider you want to use. Some of them has more oder less functions.

Here's a overview:

- Microsoft Bing Maps API
http://www.microsoft.com/maps/developers/web.aspx[^]
- Google Maps API (please take care of licence restriction/usage)
http://code.google.com/intl/en/apis/maps/[^]
-OpenStreetMap API
http://code.google.com/p/openstreetmapnet/[^]

First two API's including geocoding function (with Reverse Geocoding).
That means you can read your coordinates from your MySQL-Database and API will translate it to real adress and will display it.


Best Regards
 
Share this answer
 
v3
Comments
galhardoro 7-Mar-12 13:29pm    
I opted for Google Maps, but I wonder if there is any function C # and ASP.NET, specifies that interacts with the google API, and takes the latitude and longitude of the bank, and what better way to show it on the map?

Thanks...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900