【问题标题】:Google maps - is 3D view possible谷歌地图 - 3D 视图是否可能
【发布时间】:2026-01-01 16:20:03
【问题描述】:

我看过这个屏幕视图。

是否可以在 Google Maps SDK for iOS 中获取 3D 地图?我见过普通、卫星、地形、混合和无here

【问题讨论】:

    标签: ios google-maps 3d


    【解决方案1】:

    SDK 支持修改相机的视角。用户可以使用两指滑动手势,也可以在GMSMapView上设置animateToViewingAngle:

    https://developers.google.com/maps/documentation/ios/views?hl=de#introduction

    【讨论】: