{"id":753,"date":"2022-12-22T13:35:37","date_gmt":"2022-12-22T05:35:37","guid":{"rendered":"http:\/\/www.geo-afi.com\/?page_id=753"},"modified":"2025-09-25T14:56:27","modified_gmt":"2025-09-25T06:56:27","slug":"contact-us","status":"publish","type":"page","link":"http:\/\/www.geo-afi.com\/?page_id=753","title":{"rendered":"\u8054\u7cfb\u6211\u4eec"},"content":{"rendered":"\n<p class=\"has-headings-color has-text-color\"><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-2\">\n<div class=\"wp-block-column is-layout-flow\">\n<ul>\n<li>\u5730\u5740\uff1a\u6c5f\u82cf\u7701\u65e0\u9521\u5e02\u65b0\u5434\u533a\u548c\u98ce\u8def\u56fd\u5bb6\u8f6f\u4ef6\u56ed\u53cc\u5b50\u5ea7B\u5ea715\u697c<\/li>\n\n\n\n<li>\u90ae\u7bb1\uff1asxjx@geo-afi.com<\/li>\n\n\n\n<li>\u603b\u673a\uff1a0510-88795989<\/li>\n\n\n\n<li>\u70ed\u7ebf\uff1a17798755989 17798765989<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"keywords\" content=\"\u767e\u5ea6\u5730\u56fe,\u767e\u5ea6\u5730\u56feAPI\uff0c\u767e\u5ea6\u5730\u56fe\u81ea\u5b9a\u4e49\u5de5\u5177\uff0c\u767e\u5ea6\u5730\u56fe\u6240\u89c1\u5373\u6240\u5f97\u5de5\u5177\" \/>\n    <meta name=\"description\" content=\"\u767e\u5ea6\u5730\u56feAPI\u81ea\u5b9a\u4e49\u5730\u56fe\uff0c\u5e2e\u52a9\u7528\u6237\u5728\u53ef\u89c6\u5316\u64cd\u4f5c\u4e0b\u751f\u6210\u767e\u5ea6\u5730\u56fe\" \/>\n    <title>\u767e\u5ea6\u5730\u56feAPI\u81ea\u5b9a\u4e49\u5730\u56fe<\/title>\n    <!--\u5f15\u7528\u767e\u5ea6\u5730\u56feAPI-->\n    <script type=\"text\/javascript\" src=\"http:\/\/api.map.baidu.com\/api?v=2.0&#038;ak=R69RtCsylBG0W9GHYoiZvZATcuO2iX4k\"><\/script>\n  <\/head>\n  \n  <body>\n    <!--\u767e\u5ea6\u5730\u56fe\u5bb9\u5668-->\n    <div style=\"width:700px;height:550px;border:#ccc solid 1px;font-size:12px\" id=\"map\"><\/div>\n      <\/body>\n  <script type=\"text\/javascript\">\n    \/\/\u521b\u5efa\u548c\u521d\u59cb\u5316\u5730\u56fe\u51fd\u6570\uff1a\n    function initMap(){\n      createMap();\/\/\u521b\u5efa\u5730\u56fe\n      setMapEvent();\/\/\u8bbe\u7f6e\u5730\u56fe\u4e8b\u4ef6\n      addMapControl();\/\/\u5411\u5730\u56fe\u6dfb\u52a0\u63a7\u4ef6\n      addMapOverlay();\/\/\u5411\u5730\u56fe\u6dfb\u52a0\u8986\u76d6\u7269\n    }\n    function createMap(){ \n      map = new BMap.Map(\"map\"); \n      map.centerAndZoom(new BMap.Point(120.37982,31.49663),13);\n    }\n    function setMapEvent(){\n      map.enableScrollWheelZoom();\n      map.enableKeyboard();\n      map.enableDragging();\n      map.enableDoubleClickZoom()\n    }\n    function addClickHandler(target,window){\n      target.addEventListener(\"click\",function(){\n        target.openInfoWindow(window);\n      });\n    }\n    function addMapOverlay(){\n      var markers = [\n        {content:\"\u6211\u7684\u5907\u6ce8\",title:\"\u516c\u53f8\u5730\u5740\uff1a\u8f6f\u4ef6\u56ed\u53cc\u5b50\u5ea7B1509\",imageOffset: {width:-23,height:-46},position:{lat:31.496607,lng:120.379649}}\n      ];\n      for(var index = 0; index < markers.length; index++ ){\n        var point = new BMap.Point(markers[index].position.lng,markers[index].position.lat);\n        var marker = new BMap.Marker(point,{icon:new BMap.Icon(\"http:\/\/api.map.baidu.com\/lbsapi\/createmap\/images\/icon.png\",new BMap.Size(20,25),{\n          imageOffset: new BMap.Size(markers[index].imageOffset.width,markers[index].imageOffset.height)\n        })});\n        var label = new BMap.Label(markers[index].title,{offset: new BMap.Size(25,5)});\n        var opts = {\n          width: 200,\n          title: markers[index].title,\n          enableMessage: false\n        };\n        var infoWindow = new BMap.InfoWindow(markers[index].content,opts);\n        marker.setLabel(label);\n        addClickHandler(marker,infoWindow);\n        map.addOverlay(marker);\n      };\n      var labels = [\n      ];\n      for(var index = 0; index < labels.length; index++){\n        var opt = { position: new BMap.Point(labels[index].position.lng,labels[index].position.lat )};\n        var label = new BMap.Label(labels[index].content,opt);\n        map.addOverlay(label);\n      };\n    }\n    \/\/\u5411\u5730\u56fe\u6dfb\u52a0\u63a7\u4ef6\n    function addMapControl(){\n      var scaleControl = new BMap.ScaleControl({anchor:BMAP_ANCHOR_BOTTOM_LEFT});\n      scaleControl.setUnit(BMAP_UNIT_IMPERIAL);\n      map.addControl(scaleControl);\n      var navControl = new BMap.NavigationControl({anchor:BMAP_ANCHOR_TOP_LEFT,type:BMAP_NAVIGATION_CONTROL_LARGE});\n      map.addControl(navControl);\n      var overviewControl = new BMap.OverviewMapControl({anchor:BMAP_ANCHOR_BOTTOM_RIGHT,isOpen:true});\n      map.addControl(overviewControl);\n    }\n    var map;\n      initMap();\n  <\/script>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u767e\u5ea6\u5730\u56feAPI\u81ea\u5b9a\u4e49\u5730\u56fe<\/p>\n","protected":false},"author":33,"featured_media":0,"parent":0,"menu_order":7,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=\/wp\/v2\/pages\/753"}],"collection":[{"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=753"}],"version-history":[{"count":19,"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=\/wp\/v2\/pages\/753\/revisions"}],"predecessor-version":[{"id":1041,"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=\/wp\/v2\/pages\/753\/revisions\/1041"}],"wp:attachment":[{"href":"http:\/\/www.geo-afi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=753"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}