Arcgis api For silverlight 加载高德地图
摘要:地图仅供演示,研究使用。如要商用 请联系厂商。public class AMapLayer : TiledMapServiceLayer { private const double cornerCoordinate = 20037508.342787; public override void Initialize() { this.FullExtent = new ESRI.ArcGIS.Client.Geometry.Envelope(-20037508.342787, -20037508.3427...
阅读全文
posted @
2012-11-13 12:01
蔚蓝海
阅读(1709)
推荐(1) 编辑
Arcgis api For silverlight 加载QQ地图
摘要://本篇博客仅在技术上探讨可行性 //如果要使用Q地图,请联系相关厂商 public class QQMapLayer : TiledMapServiceLayer { private const double cornerCoordinate = 20037508.342787; public override void Initialize() { this.FullExtent = new ESRI.ArcGIS.Client.Geometry.Envelope(-20037508.342787, -2003750...
阅读全文
posted @
2012-11-07 16:39
蔚蓝海
阅读(978)
推荐(0) 编辑