UNPKG

@goparrot/geocoder

Version:

TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom

8 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnsupportedOperationException = void 0; const geocoder_exception_1 = require("./geocoder.exception"); class UnsupportedOperationException extends geocoder_exception_1.GeocoderException { } exports.UnsupportedOperationException = UnsupportedOperationException; //# sourceMappingURL=unsupported-operation.exception.js.map