3

Is it possible to have the MapKit connect defined points using the Google Maps API type routing connections.

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
DevDevDev
  • 5,107
  • 7
  • 55
  • 87

4 Answers4

3

Unfortunately not — it's part of the SDK agreement that if you do routing, you have to use your own maps, like TomTom and the like have.

iKenndac
  • 18,730
  • 3
  • 35
  • 51
2

Unfortunately not — it's part of the SDK agreement that if you do routing, you have to use your own maps, like TomTom and the like have.

I don't see this in the 3.1.2 SDK agreement. Reading sections 3.3.7 through 3.3.11, the only restriction I see on routing is one that lines up with Google's terms of use - namely, that you can't claim to provide accurate real time routing information. Seems to me like the future is bright for kishikawakatsumi's MapKit-Route-Directions.

beOn
  • 1,799
  • 1
  • 12
  • 13
0

Nope. There are some clever solutions with putting a transparent view on top of the map, but officially the MapKit does not support routing.

marcc
  • 12,295
  • 7
  • 49
  • 59
0

I guess this is what marcc meant.

flohei
  • 5,248
  • 10
  • 36
  • 61