public GetRegionByGeoRequest(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, float lng, float lat, string lan)
 {
     this.GSAuthenticationHeader = GSAuthenticationHeader;
     this.lng = lng;
     this.lat = lat;
     this.lan = lan;
 }
 public GetGeoByNameRequest(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, int prv, string key, string lan)
 {
     this.GSAuthenticationHeader = GSAuthenticationHeader;
     this.prv = prv;
     this.key = key;
     this.lan = lan;
 }
 public GetAddressByGeo2Request(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, string slng, string slat, string lan)
 {
     this.GSAuthenticationHeader = GSAuthenticationHeader;
     this.slng = slng;
     this.slat = slat;
     this.lan  = lan;
 }
 public bool CheckRegionByGeo(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, float lng, float lat)
 {
     TaxiOperation_MoiGioi.BAGis.CheckRegionByGeoRequest inValue = new TaxiOperation_MoiGioi.BAGis.CheckRegionByGeoRequest();
     inValue.GSAuthenticationHeader = GSAuthenticationHeader;
     inValue.lng = lng;
     inValue.lat = lat;
     TaxiOperation_MoiGioi.BAGis.CheckRegionByGeoResponse retVal = ((TaxiOperation_MoiGioi.BAGis.gisSoap)(this)).CheckRegionByGeo(inValue);
     return(retVal.CheckRegionByGeoResult);
 }
 public TaxiOperation_MoiGioi.BAGis.GSPOIResult GetGeoByPOI(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, string key, string lan)
 {
     TaxiOperation_MoiGioi.BAGis.GetGeoByPOIRequest inValue = new TaxiOperation_MoiGioi.BAGis.GetGeoByPOIRequest();
     inValue.GSAuthenticationHeader = GSAuthenticationHeader;
     inValue.key = key;
     inValue.lan = lan;
     TaxiOperation_MoiGioi.BAGis.GetGeoByPOIResponse retVal = ((TaxiOperation_MoiGioi.BAGis.gisSoap)(this)).GetGeoByPOI(inValue);
     return(retVal.GetGeoByPOIResult);
 }
 public GetGeoByPOIDistanceRequest(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, string key, float lng, float lat, int dis, string lan)
 {
     this.GSAuthenticationHeader = GSAuthenticationHeader;
     this.key = key;
     this.lng = lng;
     this.lat = lat;
     this.dis = dis;
     this.lan = lan;
 }
 public TaxiOperation_MoiGioi.BAGis.GSRegionResult GetRegionByGeo(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, float lng, float lat, string lan)
 {
     TaxiOperation_MoiGioi.BAGis.GetRegionByGeoRequest inValue = new TaxiOperation_MoiGioi.BAGis.GetRegionByGeoRequest();
     inValue.GSAuthenticationHeader = GSAuthenticationHeader;
     inValue.lng = lng;
     inValue.lat = lat;
     inValue.lan = lan;
     TaxiOperation_MoiGioi.BAGis.GetRegionByGeoResponse retVal = ((TaxiOperation_MoiGioi.BAGis.gisSoap)(this)).GetRegionByGeo(inValue);
     return(retVal.GetRegionByGeoResult);
 }
 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);
 }
 public TaxiOperation_MoiGioi.BAGis.GSPOIResult GetGeoByPOIDistance(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, string key, float lng, float lat, int dis, string lan)
 {
     TaxiOperation_MoiGioi.BAGis.GetGeoByPOIDistanceRequest inValue = new TaxiOperation_MoiGioi.BAGis.GetGeoByPOIDistanceRequest();
     inValue.GSAuthenticationHeader = GSAuthenticationHeader;
     inValue.key = key;
     inValue.lng = lng;
     inValue.lat = lat;
     inValue.dis = dis;
     inValue.lan = lan;
     TaxiOperation_MoiGioi.BAGis.GetGeoByPOIDistanceResponse retVal = ((TaxiOperation_MoiGioi.BAGis.gisSoap)(this)).GetGeoByPOIDistance(inValue);
     return(retVal.GetGeoByPOIDistanceResult);
 }
 public CheckRegionByGeoRequest(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, float lng, float lat)
 {
     this.GSAuthenticationHeader = GSAuthenticationHeader;
     this.lng = lng;
     this.lat = lat;
 }
 public GetGeoByPOIRequest(TaxiOperation_MoiGioi.BAGis.GSAuthenticationHeader GSAuthenticationHeader, string key, string lan)
 {
     this.GSAuthenticationHeader = GSAuthenticationHeader;
     this.key = key;
     this.lan = lan;
 }