UNPKG

@goparrot/geocoder

Version:

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

7 lines (6 loc) 174 B
export interface SuggestionInterface<ProviderRawEntryType = any> { formattedAddress: string; placeId: string; provider: string; raw?: ProviderRawEntryType; }