2012年8月1日

摘要: 运行的效果是:地名搜索void btnCustomSearch_Click(object sender, RoutedEventArgs e) { MyLayer.Children.Clear(); //清除所有圖釘 if (txtAddress.Text.Trim() != "") { Address = txtAddress.Text.Trim(); TrySearchByAddress(); } }经纬度搜索void btnSearch_Click(object sender, RoutedEventArgs e) { MyLayer.Children.Clear() 阅读全文
posted @ 2012-08-01 16:03 linguorun 阅读(630) 评论(2) 推荐(1)

导航