The pushpin tag has no wiki summary.
1
vote
2answers
70 views
Windows Phone 8 Nokia Maps: How to change the design of a Microsoft.Phone.Maps.Toolkit Pushpin?
Default, they look like this: http://wp.qmatteoq.com/wp-content/uploads/2013/01/map.png. I would like to have them look like on Nokia Maps, like this: ...
0
votes
2answers
163 views
MVVM Windows Phone 8 - adding a collection of pushpins to a map
Here is the XAML code:
<maps:Map x:Name="NearbyMap"
Center="{Binding MapCenter, Mode=TwoWay}"
ZoomLevel="{Binding ZoomLevel, Mode=TwoWay}"
>
...
0
votes
1answer
62 views
How to show multiple Pushpins Windows Phone 8
Someone pls fix this code for me. I cant show multiple pushpins :(
Or give me some link about show pushpins. Ty :)
// Creat point
GeoCoordinate p1 = new GeoCoordinate(21.0178, 105.8303);
...
0
votes
0answers
16 views
Multiple pushpin issue
At the beginning I would like to apologize for my poor English :)
I am writing application that retrieves the GPS coordinates from the phone and then displays current position every 3 seconds.
...
0
votes
0answers
40 views
Windows Phone Bind MapItemsControl
I am using a Map on a Page and a MapItemsControl whose ItemsSource is bonded to a List<PushPin> property in my ViewModel. The problem is that there is no event such as SelectionChanged or ...
2
votes
1answer
1k views
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 ...
1
vote
0answers
81 views
Multiple Bing Map Pushpins from SQL not showing in Firefox & Chrome but do in IE
I'm displaying a Bing Map (v7) in my Webmatrix2 website with a series of pushpins & infoboxes drawn from a SQL Express database using a JSON enquiry.
While the maps appears in all 3 browsers I'm ...
1
vote
1answer
149 views
How to display certain amounts of PushPins on a Bing Map according to the zoom level?
In my web application a PushPin represents a device located in a region, it displays PushPins on a Bing Map depending on two operations:
One is that when the user wants to display of all the devices
...
0
votes
0answers
157 views
how to apply popup in bingmap pushpin
I have bing map controll in which so many maplayer are there
I want to display popup in my pushpin click event same like this
Bing Maps Gets New Look for Pushpins, Popups, And Transit - See more ...
0
votes
0answers
148 views
Windows Phone 8 Map Position Change
I have problem with position change on map in my application. I'm trying to make map who will get your current location, send that to location to azure mobile service who gets back location need to be ...
0
votes
0answers
74 views
I can't access the Pushpin.location
I'm working on VisualBasic Windows Phone Application. I was trying to add pushpins on the bing map on my content panel but I can't seem to access the 'Pushpin' class properly. This surely will sound ...
0
votes
1answer
907 views
Windows 8 App XAML/C#: Set multiple pushpins to Bing map in one method
I am struggling to add a collection of latitude & longitude as Pushpins on Bing Map, in a Windows 8 app using XAML & C#.
Adding Pushpins one by one using an event handler such as a right tap ...
2
votes
2answers
155 views
Assign geo coordinates to a pushpin
Guys i really need your help, i have a map
xmlns:maps="clr-namespace:Microsoft.Phone.Maps.Controls;assembly=Microsoft.Phone.Maps"
...
0
votes
1answer
41 views
Can each layer in a Bing map have its own datasource?
If so, is it possible to bind that datasource to the layer so that it produces the appropriate number of pushpins based on values in the datasource?
0
votes
1answer
209 views
windows phone 7 bing maps distance between points
Not sure if this has been answered but can't seem to find a answer anywhere.
I currently have a app for windows phone 7.1 with bing maps as part of my page. I can add puspins to the map at my ...
0
votes
1answer
237 views
ContextMenu Tap/Click Event in WP7
If I tap on a pushpin, Contextmenu is opening and displaying the details..
Now I want To Tap/Click on the Contextmenu to do some events..
How to achieve this???
Thanks
<Style x:Key="MenuItemStyle" ...
0
votes
1answer
466 views
Bing Map Pushpin with Custom Image and variable text
I need to add on a BingMap control one or more pushpins with custom static image and text, which is set in code. Here is my pushpin template:
<ControlTemplate x:Key="PushpinTemplate" ...
-1
votes
1answer
268 views
Change image for pushpin WPF [closed]
I have 2 pushpins, pin1 and pin2.
How do I change the default black image to my own image?
Please help. Thanks
1
vote
0answers
109 views
dynamically bind pushpins to the map based on lacation in wp7
<DataTemplate x:Key="pushpinSelector">
<my:Pushpin Location="{Binding Location}" CacheMode="BitmapCache">
<my:Pushpin.Template>
...
0
votes
1answer
915 views
Centering Pushpins in WP8 Map control [duplicate]
Possible Duplicate:
How can I add programmatically add a PushPin, and could I make it have a custom image?
In WP7 using bing maps control, I used an image as a pushpin, but it was slightly ...
0
votes
1answer
2k views
windows phone 8 maps and pushpins
I am developing an app for Windows Phone 8. I am new to it. I am using google maps. I add a pushpin on the map but I don't know how to move the pushpin from one location to another after the ...
1
vote
1answer
231 views
How clear all Pushpin on Map on Windows Phone 7?
I want to clear all a Pushpin on Map. I can use map.Children.Clear(), it's work good. But I work with google maps and use this XAML code:
<my:Map Height="756" HorizontalAlignment="Left" ...
0
votes
1answer
55 views
How to add information under pushpins in GoogleMAPS in android?
I have been trying to solve one problem in my android app. I am using GoogleMAPS api in my app and I added some pushpins with using OverlayItem class.
But I want to add some information like "Central ...
0
votes
1answer
139 views
Calling Maps intent with geolocation, is it possible to have a pushpin on it? [duplicate]
Possible Duplicate:
How to show marker in Maps launched by geo uri Intent?
I have an intent to a Google Maps application with one geolocation I got from my database, is it possible for GM ...
0
votes
1answer
255 views
How to render multiple markers at the exact same coordinates in Google Maps API?
I have multiple addresses on the same street with the same house number, but with different apartment numbers. Google Maps Geocoding Service (v2) doesn't go down to apartment level accuracy for many ...
0
votes
0answers
54 views
Pushpins hides from overlapping bing map
I have created a bing map application and in browser two overlapping Bing Map appears. One map hide another. Pushpins are getting displayed on the map which was hidden. How to overcome that, please ...
2
votes
1answer
371 views
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:
<Style x:Key="PushPinStyle" ...
2
votes
2answers
271 views
How can I remove specified pushpins?
I add pushpins dynamically to a Bing map. I also want to remove certain ones (based on a value embedded in their Tag property). In order to do this, do I need to identify the pushpin's MapOverlay, and ...
0
votes
0answers
37 views
What are the limitations of what can be assigned as a Pushpin's Name property?
As the Name property is a string, I reckon you could assign any string value to it; on the other hand, doing this programmatically:
Pushpin rupertTPupkin@att.net = new Pushpin();
...doesn't work, ...
0
votes
0answers
145 views
Disable panning when dragging a pushpin
I'm trying to prevent the WPF Bing Maps control from panning when the user is dragging a pushpin. What I do is that when the user selecting the pushpin with the MouseLeftButtonDown I'm, taking over ...
0
votes
1answer
383 views
Showing content of pushpin when tapped - Windows Phone 7
I'm having some trouble understanding pushpins and their content, since there are many articles using a single pushpin.
I obtained data from a database and have close to 1000 pushpins on the map, but ...
0
votes
0answers
151 views
Attaching custom ID with pushpin in Bing maps
I want to add a unique ID number (taken from DB) to the pushpins I put on my Bing map.
It works flawlessly when I do not use any themes (like Bing theme), like this:
var pushpin = new ...
0
votes
0answers
211 views
How can I toggle show/hide state of pushpin's infoboxes in Bing Maps, Windows Phone?
It's a simple app. It show dynamic multiple pushpins based on data binding.
When user tap pushpin, the info box will show above as show in the picture.
When user tap the pushpin again. The infobox ...
1
vote
1answer
129 views
Passing parameters from one page to another working with pushpins and objects
I'm building an application for Windows Phone 7, I need to print pushpins in a map, so I've done that. I read the data from the database response.
The issue is...every pushpins means a place, but I ...
0
votes
1answer
112 views
How can I make button appears above pushpin when pushpin is clicked in bing maps?
It should be look like this. When pushpin is clicked.
This is my XAML.
<my:Pushpin Name="pin1" Location="60.285323,24.943501" Template="{StaticResource normalPushPin}" ...
0
votes
1answer
83 views
Efficiently creating heat maps in Windows Phone 7
I'm working a project which uses PHP to retrieve data from a MySOL database and is supposed to be parsed and displayed real-time as a heat-map in WP7.
Some queries return 5000+ POIs with data ...
0
votes
1answer
160 views
Text not showing up in custom pushpins? Is there a way?
This is the code I am using to plot my custom pushpins on Bing Maps. I can't get the text to print on the pushpin icon which is just the default pushpin but in a different color.
Is it even possible ...
1
vote
2answers
581 views
How to implement methods for multiple new pushpins in windows store app using Bing maps
I'm making a Windows Store app using C# and need a bit of help with a method for when a pushpin on a map is tapped.
So far I create a Pushpin called currentPin that I create in the XAML code. I also ...
1
vote
2answers
388 views
pushpin.Location error on Bing maps for Windows store app
I'm using C# to create a windows store app using bing maps. I am trying to store and retrieve the location of a randomly placed pushpin on a map but when I use pushpin.Location for trying to print the ...
2
votes
2answers
223 views
WP7 - Maps - edit attribute of pushpin template at runtime
I am developing the mapping functionality of our WP7 application. currently the pushpins appear as a circle graphic.
I am trying to create functionality to allow the user to be able to change the ...
0
votes
2answers
518 views
Windows Phone pushpin overlaping
Good morning .
I'm coding a simple windows phone 7.5 localization application.
I've changed the default pushpin template as :
<ControlTemplate TargetType="maps:Pushpin" ...
0
votes
3answers
601 views
Pushpin click event
I have a cluster of pushpins and i have added the click events for all the pushpins in foreach. now i need to find out which pushpin is clicked so as to do the actions accordingly. Below is my sample ...
0
votes
1answer
194 views
Set a “type” to pushpin using the Bing Theme
i m using the last version of bing maps with the bing theme module, i wanted to add a class name to hide it via css, i think this is done using the typeName property, but with the bing theme it ...
0
votes
0answers
37 views
Navigate inside canvas
I changed my svg file into xaml which is canvas + some paths and now what I would like to do is to put some picture on specified area on my canvas. To make it easier to understand I can tell that my ...
0
votes
0answers
97 views
BingMaps PushPin Tap Event Null Reference Exception
void tappy(object sender, GestureEventArgs e)
{
ApplicationBar.IsVisible = true;
var pp = sender as Pushpin;
MessageBox.Show(map1.Children.IndexOf(pp).ToString());
...
1
vote
1answer
236 views
WP7: Multiple Puspins and Bing Maps
public void setMap()
{
GeoCoordinate mapCener = new GeoCoordinate(39.920794, 32.853902);
Pushpin pin1 = new Pushpin();
pin1.Location = mapCener;
pin1.Content = ...
0
votes
0answers
97 views
pushpins in vb.net
I am making an encyclopaedia-like application in vb.net to be distributed to high-school students. Here is a little on how this program works. There is an Access DB which contains names of objects, ...
0
votes
1answer
1k views
How to give image to a pushpin dynamically in c#
I have a scenario where I would like the user to view multiple pushpins in Bing maps in a wp7 app. I used maplayer to make the cluster of pushpins, but I could not add an image to that pushpin ...
0
votes
1answer
168 views
Microsoft Mappoint set pushpin name for .gpx export
I am trying to export a large set of pushpins together with their lat/lon data out of microsoft MapPoint. The normal export to excel doesn't include lat/lon info so I tried to circumvent this problem ...
0
votes
0answers
178 views
Pushpin.DataContext equals null
I'm struggling with one problem today. I have map with pushpins that came from webservice with I'm binding like that:
string mynearjesonstring = e.Result.ToString();
var mynearitems = ...





