示例#1
0
 public EZGeoCSharpSample.EZGeoSaaS.AddressLocation[] GeocodeAllMatches(EZGeoCSharpSample.EZGeoSaaS.InputAddress inputAddress, int matchCount)
 {
     return(base.Channel.GeocodeAllMatches(inputAddress, matchCount));
 }
示例#2
0
 public EZGeoCSharpSample.EZGeoSaaS.AddressLocation GeocodeAddress(EZGeoCSharpSample.EZGeoSaaS.InputAddress inputAddress)
 {
     return(base.Channel.GeocodeAddress(inputAddress));
 }