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