UNPKG

@goparrot/geocoder

Version:

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

4 lines (3 loc) 225 B
import { AccuracyEnum } from '../../../model'; import type { HereOneResultType } from '../interface'; export declare function filterByAccuracy({ MatchLevel: matchLevel }: HereOneResultType, accuracy?: AccuracyEnum): boolean;