Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Map Programing in C# windows application

I Want to write a Windows Application that uses an map and when a user clicks on a location in the map,the application shows some information about the location which are saved in a a database file.

how can i write codes for map? what component can i use? what library can i use? any information can help me ...

like image 363
Pouya Avatar asked Jun 05 '11 17:06

Pouya


People also ask

What is mapping in C programming?

As a noun it is general term for any data structure with 'associates' one data value with another; examples include a dictionary or associative array. It could even be argued that a normal integer indexed array is a form of mapping; as it associates an integer with the contents of the cell in the array.

Is there mapping in C?

The very first tutorial is Mapping primitive data types from C. There are also Mapping struct and union types from C and Mapping strings from C tutorials.

What is map in data structure?

A Map is a type of fast key lookup data structure that offers a flexible means of indexing into its individual elements.


2 Answers

Have a look at http://greatmaps.codeplex.com/ It is a great solution we use for gis

like image 172
MajesticRa Avatar answered Oct 06 '22 00:10

MajesticRa


Did you try this control?

http://googlemap.codeplex.com/

like image 23
Pit Digger Avatar answered Oct 06 '22 00:10

Pit Digger