Andiih's got it right. MapKit won't let you do that. Unfortunately, Google won't let you do what you want to do either.
When Apple announced MapKit and all, they also explicitly stated that any navigational applications would be BYOM: Bring Your Own Maps, so any navigation application uses their own set of mapping tools.
Google's Terms of Service restrict you from even displaying routes on top of their maps:
http://code.google.com/intl/de/apis/maps/iphone/terms.html
License Restrictions:
10.9 use the Service or Content with any products, systems, or applications
for or in connection with:
(a) real time navigation or route
guidance, including but not limited to
turn-by-turn route guidance that is
synchronized to the position of a
user's sensor-enabled device;
(b) any systems or functions for
automatic or autonomous control of
vehicle behavior; or
(c) dispatch, fleet management,
business asset tracking, or similar
enterprise applications (the Google
Maps API can be used to track assets
(such as cars, buses or other
vehicles) as long as the tracking
application is made available to the
public without charge. For example,
you may offer a free, public Maps API
Implementation that displays real-time
public transit or other transportation
status information.
Sadly, this includes what you would like to do. Hopefully one day MapKit will be expanded to allow such features... although unlikely.
Good luck.