您好,登錄后才能下訂單哦!
本篇文章給大家分享的是有關谷歌地圖api怎么利用asp.net進行調用,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。
實現方法如下:
<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¢er=" + 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="設置" /> <h4> <a href="http://maps.google.com/maps?q=China,上海&z=11" rel="external nofollow" data-geo id="AName">China,上海</a></h4> </div> </div> </body> </html>
以上就是谷歌地圖api怎么利用asp.net進行調用,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。