WMS_iOS_GoogleMapSDK:在 iOS 版 Google 地图中使用 WMS 的示例

时间:2024-06-24 05:42:56
【文件属性】:

文件名称:WMS_iOS_GoogleMapSDK:在 iOS 版 Google 地图中使用 WMS 的示例

文件大小:19.39MB

文件格式:ZIP

更新时间:2024-06-24 05:42:56

Objective-C

WMS_iOS_GoogleMapSDK 在适用于 iOS 的 Google Maps SDK 中使用 WMS 源的示例。 在 WMSController.h 中提供您的 API 密钥 使用的 iOS 版 Google 地图:1.9.2(2015 年 2 月) 使用 XCode 6.1 有两种方法可以做到这一点: “方法B”:使用GMSTileURLConstructor // -- method B. WMS tile layer with GMSTileURLConstructor GMSTileURLConstructor urls = ^(NSUInteger x, NSUInteger y, NSUInteger z) { BBox bbox = bboxFromXYZ(x,y,z); NSStri


网友评论