IWebAgentGetServiceAgentUrl 方法 |
获取跳转的URL链接
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法string GetServiceAgentUrl(
string strTileUrl
)
Function GetServiceAgentUrl (
strTileUrl As String
) As String
String^ GetServiceAgentUrl(
String^ strTileUrl
)
abstract GetServiceAgentUrl :
strTileUrl : string -> string
参数
- strTileUrl
- 类型: SystemString
原始瓦片链接
返回值
类型:
String返回跳转的URL链接
参见