public string GetAddressByGeo_Google(TaxiOperation_Services.ServicesGEO.AuthenticationHeader authenticate, float lng, float lat)
 {
     return(base.Channel.GetAddressByGeo_Google(authenticate, lng, lat));
 }
 public string GetGeoByAddress_GoogleV2(TaxiOperation_Services.ServicesGEO.AuthenticationHeader authenticate, string address)
 {
     return(base.Channel.GetGeoByAddress_GoogleV2(authenticate, address));
 }
 public string GetGeobyAddressBA_HN_First(TaxiOperation_Services.ServicesGEO.AuthenticationHeader authenticate, string address, string TenTinh)
 {
     return(base.Channel.GetGeobyAddressBA_HN_First(authenticate, address, TenTinh));
 }