Questions tagged [pushpin]
187 questions
59
votes
2 answers
How to add a push pin to a MKMapView(IOS) when touching?
I had to get the coordinate of a point where the user touch on a MKMapView.
I'm not working with the Interface Builder.
Can you give me one example?

Christophe Debove
- 6,088
- 20
- 73
- 124
11
votes
3 answers
MapView adding pushpins on touch
I managed to get the map shown on the screen. Now the user will move around the map and press on it. After pressing on a point I need to add a push pin on screen on the pressed location. If the user decides to go for another point, when pressing on…

Alin
- 14,809
- 40
- 129
- 218
11
votes
1 answer
MapControl Xaml Element Lagging when dragging map
I have a windows phone runtime app where I display a push pin on a map using xaml.

sidy3d
- 440
- 2
- 8
- 22
7
votes
1 answer
Bing Map add multiple pushpins
How to do add multiple pushpins to the Bing map v7 through Ajax API.. ?
They could be loaded from a array, list, json or anywhere else..
could someone provide a small example? Thank you

Stewie Griffin
- 9,257
- 22
- 70
- 97
6
votes
2 answers
Multiple Pushpin with infobox in Bing Map
I am trying to add multiple pushpin with separate infobox. that means each pushpin will have their own infobox with own info.
there is a loop.inside that
latlng = new Microsoft.Maps.Location(latitude[pointerCount],…

AtanuCSE
- 8,832
- 14
- 74
- 112
6
votes
2 answers
MVVM Windows Phone 8 - adding a collection of pushpins to a map
Here is the XAML code:
…

Rares Felecan
- 358
- 3
- 17
6
votes
2 answers
How to handle large numbers of pushpins in Bing Maps
I am using Bing Maps with Ajax and I have about 80,000 locations to drop pushpins into. The purpose of the feature is to allow a user to search for restaurants in Louisiana and click the pushpin to see the health inspection information.
Obviously it…

Justin
- 869
- 1
- 11
- 16
5
votes
1 answer
Infobox in WPF Bing Maps
I've recently started doing some stuff in WPF and I came up with an idea to integrate maps into my application. I tried some stuff with Google Maps, but the capabilities aren't that great, so after a while I gave up on Google Maps in WPF.
A little…

doc92
- 89
- 1
- 6
5
votes
3 answers
Phone 7 Bing map control - Add a pushpin when tap
I am using the latest Phone 7 RTM tools ( downloaded it today, October 7 2010).
I am trying to do a simple thing here:
when the user taps once on the map control, i want to put a pushpin there.
also, i want to keep the regular built-in behavior of…

Yaron Levi
- 12,535
- 16
- 69
- 118
5
votes
1 answer
Setting Up Pushpins on Windows Phone 8 Bing Maps (XAML C#)
I'm trying to do a simple example application to build upon later for Windows Phone 8. I want to create a Bing map on my MainPage.xaml, centered at point (37.227700, -80422037), and have pushpins already populated on the map (not ones that the user…

eholder0
- 302
- 3
- 15
5
votes
2 answers
Bing maps custom pushpin not showing without moving the map
I am working on a windows 8 app using C# and XAML. The app has a maps page which has custom pushpins. I added the custom pushpin using the following code: