예제 #1
0
 public string GetGeoByAddress_GoogleV2(Taxi.Services.WCFServiceGEO.AuthenticationHeader authenticate, string address)
 {
     return(base.Channel.GetGeoByAddress_GoogleV2(authenticate, address));
 }
예제 #2
0
 public string GetAddressByGeo_Google_WithBuilding(out string building, Taxi.Services.WCFServiceGEO.AuthenticationHeader authenticate, float lng, float lat)
 {
     return(base.Channel.GetAddressByGeo_Google_WithBuilding(out building, authenticate, lng, lat));
 }
예제 #3
0
 public string GetGeobyAddressBA_HN_First(Taxi.Services.WCFServiceGEO.AuthenticationHeader authenticate, string address, string TenTinh)
 {
     return(base.Channel.GetGeobyAddressBA_HN_First(authenticate, address, TenTinh));
 }
예제 #4
0
 public string GetAddressByGeo_Google(Taxi.Services.WCFServiceGEO.AuthenticationHeader authenticate, float lng, float lat)
 {
     return(base.Channel.GetAddressByGeo_Google(authenticate, lng, lat));
 }
예제 #5
0
 public string GetGeobyAddressBA_Full(Taxi.Services.WCFServiceGEO.AuthenticationHeader authenticate, string address)
 {
     return(base.Channel.GetGeobyAddressBA_Full(authenticate, address));
 }