@goparrot/geocoder
Version:
TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom
11 lines (10 loc) • 339 B
TypeScript
export interface GoogleMapsQueryInterface {
sensor?: boolean;
key: string;
/**
* Country code used to bias the search, specified as a Unicode region subtag / CLDR identifier. Optional.
* https://developers.google.com/maps/documentation/geocoding/intro#RegionCodes
*/
region?: string;
language: string;
}