0

I need to get the distance between two points without showing the map on a iPhone app. I'm trying to use CLoudMade ... but I can't figure it out from the documentation provided. CAn anyone help me ... and make a little step-by-step tutorial or give me some pointers ? Thank you

*i want to use CloudMade because i need the distance by following public roads. I know it's a stupid "question" but I really can't seem to get my head around this ...

Toncean Cosmin
  • 535
  • 4
  • 19

2 Answers2

1

I think this post will be useful for you, you can get this info from route instructions.

PavelS
  • 166
  • 3
0

Why not use -[CLLocation distanceFromLocation:]?

Ole Begemann
  • 135,006
  • 31
  • 278
  • 256