コード例 #1
0
 public TaxiOperation_MoiGioi.BAGis.GSAddressResult GetAddressByGeo(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, float lng, float lat, string lan)
 {
     TaxiOperation_MoiGioi.BAGis.GetAddressByGeoRequest inValue = new TaxiOperation_MoiGioi.BAGis.GetAddressByGeoRequest();
     inValue.GSAuthenticationHeader = GSAuthenticationHeader;
     inValue.lng = lng;
     inValue.lat = lat;
     inValue.lan = lan;
     TaxiOperation_MoiGioi.BAGis.GetAddressByGeoResponse retVal = ((TaxiOperation_MoiGioi.BAGis.gisSoap)(this)).GetAddressByGeo(inValue);
     return(retVal.GetAddressByGeoResult);
 }
コード例 #2
0
 TaxiOperation_MoiGioi.BAGis.GetAddressByGeoResponse TaxiOperation_MoiGioi.BAGis.gisSoap.GetAddressByGeo(TaxiOperation_MoiGioi.BAGis.GetAddressByGeoRequest request)
 {
     return(base.Channel.GetAddressByGeo(request));
 }