使用asp.net調用Google地圖api樣本_實用技巧

來源:互聯網
上載者:User

asp.net調用Google地圖api,需要注意js引入的先後順序,複製一下代碼即可測試

<html xmlns="http://www.w3.org/1999/xhtml"><head><title></title>//在這裡要注意js引入的先後順序<link href="Mapjs/jquery.ui.base.css" rel="external nofollow" rel="stylesheet" type="text/css" /><link href="Mapjs/jquery.ui.theme.css" rel="external nofollow" rel="stylesheet" type="text/css" /><script src="jquery-1.9.1.js" type="text/javascript"></script><script src="Mapjs/jquery.ui.core.js" type="text/javascript"></script><script src="Mapjs/jquery.ui.widget.js" type="text/javascript"></script><script src="Mapjs/jquery.ui.position.js" type="text/javascript"></script><script src="Mapjs/jquery.ui.tooltip.js" type="text/javascript"></script><link href="Mapjs/demos.css" rel="external nofollow" rel="stylesheet" type="text/css" /><style type="text/css">.photo{width: 300px;text-align: center;}.photo .ui-widget-header{margin: 1em 0;}.map{width: 350px;height: 350px;}.ui-tooltip{max-width: 350px;}</style><script type="text/javascript">$(function () {$(document).tooltip({items: "img, [data-geo], [title]",content: function () {var element = $(this);if (element.is("[data-geo]")) {var text = element.text();return "<img class='map' alt='" + text +"' src='http://maps.google.com/maps/api/staticmap?" +"zoom=11&size=350x350&maptype=terrain&sensor=false&center=" +text + "'>";}if (element.is("[title]")) {return element.attr("title");}if (element.is("img")) {return element.attr("alt");}}});$('#Button1').click(function () {$('#AName').text($('#Text1').val());$('#AName').attr('href', "http://maps.google.com/maps?q="+$('#Text1').val()+"&z=11");})});</script></head><body><div class="ui-widget photo"><div class="ui-widget-header ui-corner-all"><input id="Text1" type="text" value="China,上海" /><input id="Button1" type="button"value="設定" /><h3><a href="http://maps.google.com/maps?q=China,上海&z=11" rel="external nofollow" data-geo id="AName">China,上海</a></h3></div></div></body></html>

大家可以點擊複製測試一下

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.