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

http://www.geekchamp.com/articles/windows-phone-drawing-custom-pushpins-on-the-map-control-what-options-do-we-have


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -