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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -