UNPKG

ngx-autocom-place

Version:

Angular GoogleMaps Places Api Autocomplete Directive

10 lines (9 loc) 472 B
/// <reference types="googlemaps" /> export declare class NgxAutocomPlaceService { autocompleteService: google.maps.places.AutocompleteService; placeService: google.maps.places.PlacesService; sessionToken: google.maps.places.AutocompleteSessionToken; constructor(); getPredictions(value: any, options: any): Promise<google.maps.places.AutocompletePrediction[]>; getPlaceDetails(placeId: string): Promise<google.maps.places.PlaceResult>; }