UNPKG

react-google-places-autocomplete

Version:
5 lines (4 loc) 199 B
/// <reference types="google.maps" /> import { LatLng } from '../types'; declare const geocodeByLatLng: (latLng: LatLng) => Promise<google.maps.GeocoderResult[]>; export default geocodeByLatLng;