Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I am trying to develop a map application that should receive a string array and locate the items into the map.

For example array keeps; "NewYork" , "Montana", "NewYork", "Texas", "NewYork".

When the user runs the program (c# Form load event runs), 3 icon should be located on the map (NewYork, Montana, Texas) and for each icon, there should be count number. For this situation NewYork: 3, Montana: 1, Texas: 1.

I loaded the map. What should I do next?

Thank you.
Posted

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