1

my app required to include turn by turn GPS navigation same as OLA, UBER, and taxi hire application. I have used the Google Direction API for showing path and duration. I have checked the following links but not helpful to me.

gps navigation for ios development,

Turn-By-Turn navigation using Google Map SDK and Swift in iOS app

Is it possible to use Google Maps inside an iOS application. Please share your thoughts and any help will be appreciated.

Ilesh P
  • 3,940
  • 1
  • 24
  • 49
  • 1
    Google has a Navigation SDK that was mentioned in I/0 18: https://youtu.be/XVjyIA3f_Ic?t=20m48s. However, I'm afraid this SDK is currently available only for ride sharing companies like Uber, Ola or Lyft. – xomena Aug 05 '18 at 15:39
  • Hey @xomena, Thanks for your reply. – Ilesh P Aug 06 '18 at 05:46

1 Answers1

2

According to the second link you posted, it's not not allowed to have turn-by-turn navigation using the Google Maps API. In any case, have a look at https://developers.google.com/maps/documentation/ios-sdk/intro

Abby
  • 306
  • 3
  • 13