0

based on the instructions How To Route Between two location in blackberry

I tried this example for blackberry and get the result (distance between the two locations correctly as described in the example).

but after running the code I can se the road but I can't see the map behind the road

this is the pic describe my problem

map doesn't appears while the road appear

so what is the problem? cause I face this problem in each map application i test it.

Cœur
  • 37,241
  • 25
  • 195
  • 267
ahmed Shoeib
  • 254
  • 6
  • 22

1 Answers1

0

Have you tried on a real device? My experience has shown that the OS5 simulators are extremely unreliable in their ability to download/display maps. You could also try an OS6 simulator -- I have had much better luck with those.

Scott W
  • 9,742
  • 2
  • 38
  • 53
  • is your device properly provisioned with a data package from a cell provider? I have also had trouble when either no SIM is inserted, or when an unlocked device is brought onto a different carrier's network. – Scott W Sep 22 '11 at 01:55
  • yes , my device provisioned with a data package from a cell provider – ahmed Shoeib Sep 26 '11 at 08:48