a little details about a pushpin when a user mouseOver the pushpin with Window phone 7

Answered a little details about a pushpin when a user mouseOver the pushpin with Window phone 7

  • Tuesday, January 24, 2012 7:39 PM
     
     
    i want to provide a little details about a pushpin when a user mouseOver the pushpin but don't know how to achieve this.i'm think but solution is not coming>Please help
    Aguda H

All Replies

  • Tuesday, January 24, 2012 7:43 PM
    Owner
     
     

    Take a look at this article: http://rbrundritt.wordpress.com/2011/10/13/multiple-pushpins-and-infoboxes-in-bing-maps-v7/

     


    http://rbrundritt.wordpress.com
  • Tuesday, January 24, 2012 7:49 PM
     
     
    please am working on window phone7
    Aguda H
  • Tuesday, January 24, 2012 10:39 PM
    Owner
     
     Answered
    Ok, didn't notice that in the title. Would of been easier seen in the actual post. In anycase there is no such thing as a mouse over on a touch device. You either touch (click) or you don't. Assuming you want a click/touch event then you can add information you want to display in the "tag" property of the pushpin so that you can recover it through the click event. You can then take that information and render it in a number of ways. The easiest would be to use a MessageBox.
    http://rbrundritt.wordpress.com