1 parent 830ede5 commit 3349735Copy full SHA for 3349735
1 file changed
test/classic/services/AddressMatchServiceSpec.js
@@ -96,7 +96,7 @@ describe('testAddressMatchService', function () {
96
maxReturn: -1,
97
geoDecodingRadius: 500
98
});
99
- var addressDeCodeService = new SuperMap.REST.AddressMatchServic(addressMatchURL, options);
+ var addressDeCodeService = new SuperMap.REST.AddressMatchService(addressMatchURL, options);
100
addressDeCodeService.decode(GeoDeCodingParams, decodeFailed);
101
setTimeout(function () {
102
try {
0 commit comments