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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -