Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Map Navigation and Direction in iPhone app

I wan to use google map navigation and direction functionality in my iPhone App. Is there any sample app or documents which should I refer? Is this paid functionality?

Thanks,

like image 245
Swapnil Avatar asked Jul 28 '11 14:07

Swapnil


People also ask

Does Google Navigation work on iPhone?

Operating system and devices. To download Google Maps for iPhone or iPad, make sure your phone or tablet is on iOS 13.4 and above. Download the latest version of the Google Maps app in the Apple App Store.


1 Answers

If you want to use Google Maps the google provides a really good API.

Google Code

For the direction it depends what you need. For the direction you head up to you can use the compass. If you want to track the direction of your movement you can do that with GPS.

If you don't want to use google maps you can use the Route Me example (Open source iPhone-native slippy map), which already includes functions like tracking and many more.

like image 148
Malte Onken Avatar answered Oct 14 '22 03:10

Malte Onken