UNPKG

@goparrot/geocoder

Version:

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

8 lines 280 B
import { ReverseQuery } from '../model'; import { AbstractLocationCommand } from './abstract-location.command'; export class ReverseCommand extends AbstractLocationCommand { static queryClass() { return ReverseQuery; } } //# sourceMappingURL=reverse.command.js.map