I would like the user to add several pins to a map to represent tents or people using map1_Hold event.
How can I do this and store each dropped pin location on a cloud later(windows azure)?
I would like the user to add several pins to a map to represent
Share
To drop pins on a map you can do the following: (here
mapcomes from my .xaml page where map is the name of the Map:<my:Map Name="map" ...Setting up the event handler
and the actual event handler:
Multiple holds will result in multiple pins being displayed on the map.
You might also want to check out map.Tap