windows phone 8 - No pushpin when using MapsTask on WP8 -


I can not see pushpins using mastsct, map is fine, but there is no pushpin on the map, no one knows why ? Thanks!

  if (ground! = Null) {map toggle map task = new maptask (); Map Tasks Center = geographic; Map Tasks Zoom level = 15; MapsTask.Show (); }    

You can use mapTask.SearchTerm, the first result will show on the map pushpin .

There are some APIs for more work in the map task if you want multiple pushpins or want to customize for more information, then it is called XML and. Use and design in CC file.

Here's a good example:

Hope this helps.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -