通过百度地图获取填写的地理位置经纬度

1、场景

      后台添加门店的信息及门店的位置,通过点击地图查找在百度地图获取位置,并点击位置获取该位置的经纬度信息,并添加到数据库

    html页面代码:

        1、要引入  

         2、   


                       
                       

                            id="where" class="input-text" value="" placeholder=""  name="shop_Position">
                           id="but" type="button" value="地图查找" onClick="sear(document.getElementById('where').value);" class="btn btn-primary radius mt-10" />
                       

                   

        
                     

                       
                       

                          //地图显示的容器:
                           

id="container">
                               
                           

                       

                   

                    

                       
                       

                            id="lonlat" name="lonlat"  maxlength="10">
                       

                   

                   

                       
                       

                            id="lonlat2" name="lonlat2"  maxlength="9">
                       

                   

//用到的js文件


你可能感兴趣的:(百度地图)