How to integrate new Google map app with ios app

£可爱£侵袭症+ 提交于 2019-12-04 06:10:01

Goole have released latest API for IOS 6.0 and up.

For that follow the step below

  1. You have to registered your app and get the keys from Map IOS access.
  2. Refer the following link for further detail New way to add google maps in iOS 6 app
Craig Blagg

For displaying the directions within the GoogleMaps app, using the new GoogleMaps URL scheme along the lines of:

comgooglemaps://?saddr=Google+Inc,+8th+Avenue,+New+York,+NY&daddr=John+F.+Kennedy+International+Airport,+Van+Wyck+Expressway,+Jamaica,+New+York&directionsmode=transit

Taken from the documentation should help you. A short browse from there, you will also notice that Google have released an SDK for the new GoogleMaps, with access tokens being rolled out slowly. Doc

  • seemed to cut off the end of my answer, but @Hi Ren has filled in the end with the link to the documentation to the new SDK.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!