Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, I am going to do a project related to location mapping of mobile number.
here i want to do a simulation like ,
I have a small Map drawn by me.In that I assume my location as Small point. and i also assume some other like hotels ,hospitals location as a small point in my map .I also store the distances between me and Others in my database.
When i receive a message from a particular hospital,then the map shows graphically Which hospital send a message and also show the distances between me and that hospital.

how can i do this in C#.NET?
plz reply immediately.........
Posted

Here's how you do it:
1) Design
2) Code
3) Test

Your question is too vague and broad to give a specific answer. What are you having problems with? databases? mapping? least distance calculations? building a UI? . . .
 
Share this answer
 
Given the coordinates of a hospital and the person holding the phone calculating the straight-line distance between the two is simple math. But I get the feeling that's not what you are looking for. You may be asking for the driving distance. Determining the driving distance implies you will also be determining an acceptable path to take. Path finding algorithms area specialized problem type of their own.
 
Share this answer
 
Try googles Geo Code libraries, you will have to rewrite them for .Net
 
Share this answer
 

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