随笔分类 - Gmap.Net
摘要:protected void Page_Load(object sender, EventArgs e)
{ if (!Page.IsPostBack) { this.arreglarMapa(); }
} private void arreglarMapa()
{ GMap1.addControl(new GControl(GControl.preBuilt.LargeMapControl)); GMap1.enableHookMouseWheelToZoom = true; StringBuilder sb = new StringBu...
阅读全文
摘要:using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Globalization;
using System.Net;
using System.IO;
using System.Configuration;
using System.Xml; namespace WSGPSGateway.BLL
{ public class LocationAPI { public static string GetAddressB...
阅读全文
摘要:using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Configuration; namespace WSGPSGateway.BLL
{ public class LocationLogic { public LocationLogic() { } private static volatile LocationLogic _LocationLogic = new LocationLogic();...
阅读全文

浙公网安备 33010602011771号