单击Google控制按钮时,在Google Maps App中打开。Swift 4

时间:2018-08-21 22:52:00

标签: ios swift google-maps google-maps-sdk-ios

我正在Swift 4中使用Google Maps SDK,一切都很完美,但是.. 我需要允许用户点击Google控制按钮,如下图所示:

Google control button image

我的问题是如何将标记从我的应用程序地图拖放到具有特定坐标的google maps应用程序。 谢谢。

1 个答案:

答案 0 :(得分:0)

据我所知,您无法覆盖该按钮。

最好使用另一个打开网址的按钮。按照https://developer.apple.com/documentation/uikit/uiapplication/1648685-open

然后,您可以在网址中添加标记坐标作为查询,这会将标记添加到地图中。  例如。 https://www.google.com/maps/search/?api=1&query=-33.830114,151.219235

这是按照https://developers.google.com/maps/documentation/urls/guide