相关疑难解决方法(0)

Swift在地图上添加注释

试图在地图上做一些注释.但无法绕过它.我正在使用的代码是

 // Names
 names = ["Ben", "Big", "Hawk", "Enot", "Wiltons", "Scott's", "The Laughing"]

        // Latitudes, Longitudes
        coordinates = [
            [51.519066, -0.135200],
            [51.513446, -0.125787],
            [51.465314, -0.214795],
            [51.507747, -0.139134],
            [51.509878, -0.150952],
            [51.501041, -0.104098],
            [51.485411, -0.162042],
            [51.513117, -0.142319]
        ]
Run Code Online (Sandbox Code Playgroud)

annotations ios swift

6
推荐指数
1
解决办法
1万
查看次数

标签 统计

annotations ×1

ios ×1

swift ×1