c# - Working with maps in Windows Phone 8 app -
i creating app windows phone 8 continuously tracks users location. when app finishes tracking location, activity of user displayed on map using polyline. show places of interest on map polyline. have tried follwing code:
mapstask mapstask = new mapstask(); mapstask.searchterm = "hotel"; mapstask.zoomlevel = 2; mapstask.show(); however displays new map. need places of interest on same map polyline. can give me this?
thanks
there're few things can mapstask.
mapcontrol may looing for. can draw lines, make pushpins, add tap event on it. etc..
here reference may :
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207045(v=vs.105).aspx
Comments
Post a Comment