Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
269 views

Windows Phone Map control has unresponsive pinch zoom

I'm seeing very spotty/unresponsive behavior with the silverlight map control on Windows Phone 7 (Microsoft.Phone.Controls.Map). The map control doesn't seem to pick up a lot of my pinch gestures. Is ...
3
votes
1answer
750 views

Restrict the min/max zoom on a Bing Map with v7 of the AJAX control?

I'm working on a site that makes use of v7 of the Bing Maps AJAX Control. One of the things I need to do is restrict the zoom level so as to prevent users from zoom in past a certain level, or zoom ...
1
vote
3answers
179 views

Bing map on WP7

How can i display a list of positions (from a xml document:using xml reading) in a Bing map with WP7? The idea is similar to Foursquare.
1
vote
2answers
229 views

How to center a user Control inside Pushpin with Bing Maps for Windows Phone 7

How do you get it to center the usercontrol on the point of the location of the pushpin, not inside and relative to the pushpin icon? I tried aligning to the bottom and also giving a margin to the ...
1
vote
2answers
235 views

Issue with bing map inside a scrollviewer

I have a bing map which is located inside a scrollviewer along with a listbox. Now the problem is when the content of the scrollviewer is scrolled down, "Bing map is rendered on top of other elements ...
1
vote
2answers
379 views

Showing the Infobox in Bingmaps v7 above the Pins

I have a number of pins on the map and a few metheods to allow me to click on a pin and the infobox will popup. This seems to be working fine apart from the infobox itself is below the Pins. I have ...
1
vote
1answer
396 views

mapview for bing maps in android

I am using bing maps for showing the distances between specified places in my app. We are using SOAP request for getting the image from bing. that image we are showing in WebView. We want the effect ...
1
vote
0answers
1k views

Custom Navigation Map Controls for Bing Maps (formerly Virtual Earth) to replace the default MS one

I'd like to jazz up our map interface which uses microsoft's bing maps. I'm tired of the default blue control that you see on every page. I'm not a graphic designer so I was wondering if anyone had ...
0
votes
1answer
42 views

Animating a pushpin inside Bing maps using Storyboard (Silverlight)

I want to animate an element (pushpin for example) inside the bing maps control using storyboard. is that possible? I was thinking of adding and removing the pushpin from the MapLayer of the maps ...
0
votes
0answers
25 views

Bing Map for WPF - How to select multiple Pushpin

Can someone help me with how to select multiple pushpins which are already placed on the Map Control and then accessing them one by one. This is for Bing maps control for WPF. Thanks in Advance
0
votes
0answers
56 views

WPF Bing Maps controls - Rubberbanding

I tried to implement rubberbanding in Mapcontrol of my WPF in order to select a group of pushpins which are added in image layer. The problem is that where ever start the mouse movement, the ...
0
votes
3answers
396 views

Possible to rotate the map? Heading? Windows Phone 7, Bing Maps

Is it possible to rotate the map or heading? Thanks
0
votes
1answer
182 views

Bing Maps AJAX control version 6.3 landmarks have disappeared from the base layer

I have a map using version 6.3 of the AJAX library. I was informed by a customer that sometime recently some of the landmarks that were visible on the base layer of the map have disappeared and ...
0
votes
1answer
246 views

Phone 7 Bing map control - ManipulationStarted event not starting

I created a regular Phone 7 template. Drug the Bing map control to the main grid. And for some reason the ManipulationStarted event is not fired when i click/interact with the bing map control in the ...
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 ...