Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
5k views

How to add a push pin to a MKMapView(IOS) when touching?

I had to get the coordonate of a point where the user touch on a MKMapView. I'm not working with the Interface Builder. Can you give me one example or a link. Thanks a lot
4
votes
3answers
6k views

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 ...
3
votes
2answers
651 views

Adding hundreds of pushpins programatically to bing maps freezes the WP7 UI

I'm working on a WP7 app that uses bing maps to display ~600 pushpins. When i add them to the map using map.Children.Add(pushpin) the UI freezes for ~200 ms. I've seen that in silverlight you can use ...
3
votes
3answers
2k views

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. ...
2
votes
2answers
377 views

Adding anchor line to a Bing Maps custom pushpin and allowing the user to drag

I am currently working on a Silverlight application using the Bing Map control, i am using a custom pushpin made up of an Image and a text block within a grid element, which works fine, this also ...
2
votes
1answer
426 views

Silverlight Bing Maps Pushpin Styling

Does anyone know if the default control template and XAML style is available anywhere for the Bing Maps Silverlight controls? We like the general appearance of the default Pushpin control, but want ...
2
votes
1answer
2k views

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
2
votes
3answers
3k views

WP7 Pushpin tooltip/bubble

I am porting an iPhone app to WP7 which contains a map with several markers/pushpins that I get from a webservice (location, icon and title). I have setup the XAML required to display the map as well ...
1
vote
1answer
42 views

How to get the model object of a pushpin through a click on the pushpin in bing map?

My pushpins are added to the map in a commen way like this: C#: private readonly ObservableCollection<PushpinModel> _pushpins = new observableCollection<PushpinModel>(); public ...
1
vote
1answer
310 views

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 ...
1
vote
1answer
350 views

Removing pushpin from Bing map

I do not quite understand why this isnt working: (Bing maps silverlight control WP7) Add a pushpin here: GeoCoordinate location = new GeoCoordinate(); location.Latitude = 51.5; location.Longitude = ...
1
vote
1answer
273 views

How do I display push pins only in viewable area of map

I am trying to display pushpins on a map but as i have lots of pushpins i only want to display the ones within the viewable area of the map which should hopefully make the map more responsive. I get ...
1
vote
2answers
2k views

WP7 Bing Maps Pushpin template with image doesn't show up

My ultimate goal is to have pushpins with custom images on a Bing Map in a WP7 app. I have created a control template and a map with a pushpin. Right now, I can get the default pushpins to show up, ...
1
vote
2answers
362 views

How to animate a draggable pushpin

I'm looking for a way to show the motion of a push-pin being dragged over the map. I've tried to modify an example proposed here: http://peteohanlon.wordpress.com/2010/10/10/draggable-pushpins/ by ...
0
votes
0answers
37 views

PushPin and error UIElement.Arrange(finalRect) cannot be called with Infinite or NaN values in finalRect

I have problem with my windows phone app. I have google for solution but I find out that better is to rewrite that page one more time so I do it however I still got this error and I don't know why. ...
0
votes
1answer
46 views

Bing Maps AJAX Control, Version 6.3 - can't replace pin image for map birdivew

I'm using the Bing Maps AJAX Control, Version 6.3 currently and all is working as expected apart from this...: I'd like to replace the default pushpin icon with a custom one. I've succeeded doing ...
0
votes
0answers
39 views

How do I attach an event handler to Bing maps push pin

I'm trying to attach an event handler to my push pin. Can anyone help? Here's what I have so far: ' Retrieve the center of the current map view. Dim mapCenter = Map1.Center ' Create a ...
0
votes
2answers
74 views

bing map api static map image with custom pushpin

I am using using Bingmap api, want to use static map i am using following api reference http://msdn.microsoft.com/en-us/library/ff701724.aspx My question is over static map can we display custom ...
0
votes
0answers
79 views

Drag PushPin Event BingMaps 7.0

I am using Bing Maps 7.0 and I have a pushpin you can drag through the map to select a location. The problem is that if I move the mouse outside de map. In that case the pins continue moving until I ...
0
votes
2answers
261 views

Windows Phone 7 - Map PushPin not moving with the map?

Bit of a weird one. I've recently started WP7 development and trying to port over an iOS app I have written. One part of the application involves placing a pin on a map using a latitude and longitude. ...
0
votes
1answer
354 views

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 ...
0
votes
0answers
30 views

Android. Using bing map. How to add click Listener to Pushpin element?

How to add click Listener to Pushpin element?
0
votes
1answer
190 views

Data Binding, why isn't it working? C# BIng Maps

I can't seem to get my head around this pushpin binding and I need some more help. I have the follow code to parse from XML and split a coordinate string in Lat, Lon and Alt. What I want to do is to ...
0
votes
1answer
78 views

How would I display Pushpins Based on this KML/XML

I current have a KML File with each location written as below. <Placemark> <name>Placemark 1</name> <description><![CDATA[]]></description> ...
0
votes
0answers
138 views

Giving a Pushpin on Bing Maps (Silverlight) a new Location value does not update the view

I am using a Bing Maps control in Silverlight to display Pushpins that show the location of moving objects. Putting a Pushpin is no problem, that is displayed well. But when I alter the Location ...
0
votes
0answers
77 views

WP7 Map Showing Orange PushPin, Centered and With Nothing Else

Well this is an unusual issue. What's happening is when I add PushPins to a map (in my case around 30), it seems to add just one PushPin - an orange circular pin that constantly stays in the centre of ...
0
votes
0answers
306 views

Place the pushpin on onTap - Android [closed]

Please can anybody help me out. I need the marker (Pushpin) icon where the user tap the map Here my code : package com.mappie.shu; import java.io.IOException; import java.util.List; import ...
0
votes
1answer
274 views

how can I bind Bing Pushpins from multiple models?

I have the requirement in my WP7 application to display pushpins on a bing map from multiple data sources and I am not sure of the best way to do this. So for example it would be something like this, ...
0
votes
2answers
233 views

How to label pushpins in bing maps?

Can any one tell me how to label pushpins in Bing maps for points of int interest? AM able to place multiple pushpins but unable to add labels to them dynamically.
0
votes
0answers
62 views

Pull Bing Maps Pushpin Information into div

I am currently building a map using the Bing Maps api and would like to have the information residing inside each of the pushpins I have on the map to display in an list located next to the map. I ...
0
votes
1answer
194 views

Pushpin buttons in WP7

I'm writing a WP7 app for my university that allows users to see all of the bus routes of the campus buses, and to click on a pushpin representing each stop that will show them the different times ...
0
votes
2answers
278 views

How to add linebreaks in map pushpin content?

I've just started using maps in my Windows Phone application and I can't figure out how can I have linebreaks in the pushpin's content. Here's my code: <my:Map Height="756" ...
0
votes
2answers
97 views

MapPoint 2010-Distance between a common object such as a river and assigned pushpins

Is there a way to find the distance from a common area like a river or state border and push pins I have set up? I am trying to narrow all the pushpins within 1/4 of a mile of a border, but drawing ...
0
votes
1answer
693 views

MVVM Light - Relaycommand with Pushpins

I am data binding some pushpins to a MapLayer. They display fine, but when I use the relaycommand to pass the eventargs from the mouse leftbuttonUp, the object sources is an elipse. I have used this ...
0
votes
0answers
238 views

Telerik silverlight popup pulling SQL data

I want to use telerik to create a silverlight map with pushpins from a database. I then want a situation where after I click on a pushpin, I get to see a popup with custom content of telerik charts. ...
0
votes
1answer
466 views

Silverlight - Bing Maps Control - Clustering of Pushpins

I use the Bing Maps Control and try to cluster Pushpins which are near together on the screen. Do somebody know a finished Solution for this ? I only can find solutions for the AJAX Control: ...
0
votes
1answer
387 views

bing map- 2 pushpins same co-ordinate workaround?

I have multiple locations that I show on the bing map via pushpins at specific lat/long co-ordinates. There's a situation where 2 pushpins have the same co-ordinates and both are stacked on top of ...
0
votes
1answer
465 views

get a map with pushpin from Bing [silverlight]

I tried to dvlp an applic for WP7. This applic must "ask" bing services to retrieve a map with pushpins (POI like train stations or metro stations). In my applic I want to get the pushpins collection ...
0
votes
1answer
458 views

Adding pushpins with coordinates from SQL Server tables

I am a beginner in Silverlight and C# programming and i´m creating a Bing Map application. I try to add pushpins with coordinates and information from a SQL Server, but I can't figure out how to ...
0
votes
2answers
2k views

Bing maps silverlight control custom pushpin

I tried to make a custom pushpin for the Bing Maps silverlight control, but I can only add 1 pushpin. At the second pushpin I get the following error: System.ArgumentException: Value does not fall ...
0
votes
1answer
1k views

MapItemsControls not updating Silverlight Bing Map

I'm using a MapItemsControl to control my Pushpin items within my Bing silverlight map. Right on the page load, I add a new pin programatically, and the pin shows up on the map. However I've now ...
0
votes
1answer
2k views

silverlight bing maps pushpin question

I'm trying to use the microsoft_maps_mapcontrol. I see how one could create a pushpin and the lat long location... but i can't figure out how to instead use an image in place of that pushpin. ...
0
votes
1answer
495 views

Silverlight ImageBrush not rendering (with Bing Map Control)

I'm trying to add an image to a Pushpin instance from the Silverlight Bing Map Control, but I can't seem to get it to render (the pushpin renders fine). This is probably a general WPF question rather ...