|  | @@ -555,6 +555,7 @@ export default {
 | 
	
		
			
				|  |  |                ct.streetNumber,
 | 
	
		
			
				|  |  |              poi: e.lnglat.lng + "," + e.lnglat.lat,
 | 
	
		
			
				|  |  |            };
 | 
	
		
			
				|  |  | +          that.onSearchResult([{lng:e.lnglat.lng,lat:e.lnglat.lat}])
 | 
	
		
			
				|  |  |            // console.log(that.form.address,that.form.longitudeLatitude)
 | 
	
		
			
				|  |  |            // that.form.address = result.regeocode.formattedAddress;
 | 
	
		
			
				|  |  |            // that.mapStatus = false
 |