No announcements
Found 24576 threads
-
0 Votes
PushPin Offset
Is it possible to change the pushpin offset using the bing maps for windows store apps? I see the enum but don't have a way to set it on the ...Answered | 1 Replies | 625 Views | Created by Cnote123 - Wednesday, February 19, 2014 6:41 PM | Last reply by Ricky_Brundritt - Thursday, February 20, 2014 2:20 PM -
0 Votes
BUG: V6 Safari pushpin offset
If you create a pushpin on the map then hover over the pushpin the info box works as expected. However move the map at all and the area ...Answered | 1 Replies | 4346 Views | Created by Earthware - Thursday, November 1, 2007 10:34 AM | Last reply by Ricky_Brundritt - Thursday, November 1, 2007 6:14 PM -
0 Votes
PushPin offset while zooming out using WPF bing map control
On the outside grid of the custom pushpin try adding a margin that moves left 15 pixels and up 35 pixels. You may need to adjust these a bit but try that and see how the pushpins is ...Answered | 3 Replies | 2686 Views | Created by Serge Calderara - Friday, May 31, 2013 4:43 PM | Last reply by Ricky_Brundritt - Monday, June 3, 2013 8:47 AM -
0 Votes
Pushpin icon offset in v5
Can you give me an example on how to do it for a particular pushpin without moving into the custom infobox zone.Answered | 10 Replies | 5901 Views | Created by Bezbozhnik - Wednesday, May 9, 2007 2:20 PM | Last reply by AliceaMC - Wednesday, August 29, 2007 2:54 PM -
0 Votes
Bug: VE4 and FF 1.0 pushpins offset wrong
http://www.mtb-routes.co.uk/northyorkmoors/default.aspx In FF 1.0, and notice how the pushpin popup is offset. It's fine in Firefox 2.0 and IE ...Discussion | 0 Replies | 4455 Views | Created by dylanh - Tuesday, December 5, 2006 11:01 PM | Last reply by dylanh - Tuesday, December 5, 2006 11:01 PM -
0 Votes
BingMap memory leak
]; if (topResult) { var offset = new Microsoft.Maps.Point(0, 0); var pushpinOptions = ""; var ...Answered | 1 Replies | 1347 Views | Created by lcervo - Wednesday, April 16, 2014 12:16 PM | Last reply by Ricky_Brundritt - Wednesday, April 16, 2014 3:21 PM -
0 Votes
Custom PushPin Location not correct when Zooming In/out
This is likely due to your pushpin not being offset such that the pin point aligns with the coordinate. Try using a margin to offset your custom ...Answered | 2 Replies | 4331 Views | Created by Serge Calderara - Monday, November 5, 2012 1:28 PM | Last reply by Francesco_Gatto - Monday, November 26, 2012 12:21 PM -
0 Votes
Bird Eye & Pushpin
Pushpin is displayed inaccurately in Birds Eye Mode. The offset can be anywhere from coupleAnswered | 2 Replies | 4275 Views | Created by baba77 - Tuesday, July 17, 2007 9:11 PM | Last reply by APeters - Monday, July 23, 2007 6:25 PM -
0 Votes
Weird Poly line offset
Hello, I've noticed a weird offset of poly lines. I've built a multi segment poly line with a set of pushpings - both havingAnswered | 1 Replies | 3718 Views | Created by jeff w smith - Thursday, September 20, 2007 5:05 PM | Last reply by Ricky_Brundritt - Friday, September 28, 2007 2:48 AM -
0 Votes
Setting a style of a pushpin in v5
In v4, I could set a style of a pushpin upon creation. This was useful for setting the correct offset and centering the pushpin icon correctly. What is the correct way to do ...Answered | 1 Replies | 4514 Views | Created by citygirl - Tuesday, May 1, 2007 5:51 PM | Last reply by Keith Kinnan - Tuesday, May 1, 2007 8:05 PM -
0 Votes
Tabs in pushpin description
); var infobox = new Microsoft.Maps.Infobox(center, { title: 'My Pushpin', visible: false, offset: new ...Answered | 1 Replies | 299 Views | Created by phani_r - Wednesday, March 21, 2018 12:49 AM | Last reply by John_W_Tan - Wednesday, March 21, 2018 5:38 PM -
0 Votes
Can't get the offset for infoboxes to work.
I can't seem to get the offset to work when I assign a pushpin to an infobox while using the new Theme. If I don't assign a pin it shows in the ...Answered | 1 Replies | 1154 Views | Created by Weyfarere - Wednesday, April 10, 2013 8:40 PM | Last reply by Ricky_Brundritt - Thursday, April 11, 2013 5:12 PM -
0 Votes
Satelite Imagery Offset errors
imagery offset im Madeira Islands... I'm sure the problem is with Virtual Earth because my Pushpin locations are comimg from a GPS ...Answered | 1 Replies | 3329 Views | Created by Luis Bernardo - Tuesday, June 17, 2008 5:30 PM | Last reply by Ricky_Brundritt - Tuesday, June 17, 2008 5:50 PM -
0 Votes
Pushpin's v3 icon offset?
), img, title, html); The solution for the Pushpin offset is using.. int mapObjID = 0; function ...Answered | 1 Replies | 10153 Views | Created by Kaz33 - Thursday, June 1, 2006 2:23 PM | Last reply by Kaz33 - Sunday, February 3, 2008 2:59 PM -
0 Votes
Custom pushpin icon - moves when I zoom in and out
your pin is not anchors to the coordinate. (i.e. it's offset). To correct this you can set the anchor property of the pushpin options:Answered | 3 Replies | 5875 Views | Created by MikeT UK - Thursday, November 17, 2011 6:28 PM | Last reply by FlemmingMo - Thursday, December 15, 2011 4:33 PM -
0 Votes
Pushpin mouseover to display infobox
then loop through each piece and look at i+6 which is beyond the length of the array. This is likely causing an error. You are also setting the textOffset values of the pushpin ...Answered | 10 Replies | 841 Views | Created by rowter - Tuesday, October 20, 2015 9:46 PM | Last reply by rowter - Tuesday, October 27, 2015 5:48 PM -
0 Votes
Custom pushpin icon anchor point
I've read a lot of code examples on how to offset pushpin icons, but I need to know how much to offset so that my custom icon "points" to ...Answered | 4 Replies | 9390 Views | Created by Jamie Hall - Wednesday, May 28, 2008 7:16 PM | Last reply by Ricky_Brundritt - Thursday, December 11, 2008 3:06 AM -
0 Votes
VECustomIconSpecification.ImageOffset Problem - Maybe the Solution is Easier than You Think
There a lot of threads in this forum about the problem to set an offset to pushpin custom icon. Like other people I have the same problem with Firefox and also IE8 and the ...Answered | 2 Replies | 5359 Views | Created by Maurizio Cecatto - Monday, June 29, 2009 4:32 PM | Last reply by John R Clayton - Friday, July 2, 2010 12:02 PM -
0 Votes
WPF - Pushpins move out of place on zoom out
Richard, Thanks for the quick reply. Yes I have tried the default pushpin style...same issue. As far as the Position offset with the default pushpin, I ...Answered | 3 Replies | 5924 Views | Created by ryan cronin - Thursday, June 7, 2012 1:45 PM | Last reply by ryan cronin - Thursday, June 7, 2012 4:02 PM -
0 Votes
Silverlight Bing Map control - ViewportPointToLocation inaccurate
An Ellispe is not a spatial shape. Try adding a pushpin and checking to see if it is being positioned correctly. If it is you may be able to aid your ellipse by adding a margin or ...Answered | 7 Replies | 7210 Views | Created by Aaron Eversole - Monday, September 26, 2011 9:35 PM | Last reply by shawty_ds - Wednesday, June 6, 2012 11:05 AM - Items 1 to 20 of 24576 Next ›
No announcements