UNPKG

sid-address-verification-react-native

Version:
9 lines 437 B
import type { AddressResult, GooglePlacesPrediction } from "../types"; declare class GooglePlacesService { private apiKey; constructor(apiKey: string); getAutocompletePredictions(input: string, sessionToken?: string): Promise<GooglePlacesPrediction[]>; getPlaceDetails(placeId: string, sessionToken?: string): Promise<AddressResult>; } export default GooglePlacesService; //# sourceMappingURL=GooglePlacesService.d.ts.map