UNPKG

@goparrot/geocoder

Version:

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

4 lines 180 B
import { GeocoderException } from './geocoder.exception'; export class InvalidArgumentException extends GeocoderException { } //# sourceMappingURL=invalid-argument.exception.js.map