Google地图回调网址

时间:2016-02-24 20:14:53

标签: ios swift google-maps callback nsurl

我有以下代码:

if UIApplication.sharedApplication().canOpenURL(NSURL(string: "comgooglemaps-x-callback://")!) {

    UIApplication.sharedApplication().openURL(NSURL(string: "comgooglemaps-x-callback://
    saddr=28.458125,77.033833&daddr=18.407000,73.506300&directionsmode=driving
    &x-success=sourceapp://?resume=true&x-source=Back+to+my+app")!)

}

我的应用会打开Goog​​le地图应用,但不会显示回我的应用按钮。我在AppDelegate.swift中阅读了有关回调URL实现的内容,但我无法找到如何执行此操作。我想这与x-success参数

有关

有人能帮助我吗?

0 个答案:

没有答案