UNPKG

nativescript-google-places-autocomplete-last-version

Version:
9 lines (8 loc) 261 B
export declare class Common { key: string; private apikey; constructor(key: string); search(terms: string, countryISO?: string, types?: string): Promise<any[]>; getPlaceById(placeId: any): Promise<any>; private handleErrors(response); }