How to fit bounds for coordinate array with google maps sdk for iOS?

后端 未结 5 1406
我在风中等你
我在风中等你 2021-01-31 17:23

How to fit bounds for coordinate array with google maps sdk for iOS? I need to zoom map for 4 visible markers.

5条回答
  •  [愿得一人]
    2021-01-31 17:37

    For time being, Google has finally implemented the GMSCoordinateBounds, you can make use of it with GMSCameraUpdate.

    For details, please check the official reference.

提交回复
热议问题