0

I know that you can show current GPS moving location on map with WP7 but i have an application that works offline, i must show user's location according to some other already saved locations in application, how can i show user location?

  • 2
    You can find answer from this Link... [1]: http://stackoverflow.com/questions/9890185/show-gps-location-with-wp7-on-a-panel – Yoko Zunna Mar 27 '12 at 13:16

1 Answers1

1

If you have the coordinates and want to display on bing maps im afraid its not possible.. bing map doesn't work offline. You need some way to cache the map tiles but not on bing maps.. the terms of bing maps doesn't allow you to save their map images. you can look at the following links see if they do any help.

Map Tile Caching for Offline Viewing

Windows Phone 7 Map Control with custom layer in offline mode

if not you can try caching the location as an image tagged to the location..

Community
  • 1
  • 1
Rejinderi
  • 11,694
  • 2
  • 31
  • 40
  • 1
    Rejinderi,I know how to display GPS locations on map witch is online, but it's not my aim.i want to representing a saved area(boundary points of an area) with a graphic points just on a black screen, converting lat/long to x/y and draw them – souphia nisus Apr 01 '12 at 15:48
  • 1
    just i want to know is it possible or not, having some thing like that with offline application – souphia nisus Apr 01 '12 at 15:49
  • 1
    its possible.. as long as you can get coordinates from the satellite without failing – Rejinderi Apr 01 '12 at 23:12