Exemplo n.º 1
0
 public GSAddressResult[] GetAddressByGeo2(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, string slng, string slat, string lan)
 {
     TaxiOperation_MoiGioi.BAGis.GetAddressByGeo2Request inValue = new TaxiOperation_MoiGioi.BAGis.GetAddressByGeo2Request();
     inValue.GSAuthenticationHeader = GSAuthenticationHeader;
     inValue.slng = slng;
     inValue.slat = slat;
     inValue.lan  = lan;
     TaxiOperation_MoiGioi.BAGis.GetAddressByGeo2Response retVal = ((TaxiOperation_MoiGioi.BAGis.gisSoap)(this)).GetAddressByGeo2(inValue);
     return(retVal.GetAddressByGeo2Result);
 }
Exemplo n.º 2
0
 TaxiOperation_MoiGioi.BAGis.GetAddressByGeo2Response TaxiOperation_MoiGioi.BAGis.gisSoap.GetAddressByGeo2(TaxiOperation_MoiGioi.BAGis.GetAddressByGeo2Request request)
 {
     return(base.Channel.GetAddressByGeo2(request));
 }