UNPKG

nativescript-google-places-autocomplete-last-version

Version:
4 lines (3 loc) 258 B
declare const PLACES_API_URL = "https://maps.googleapis.com/maps/api/place/autocomplete/json"; declare const PLACES_DETAILS_API_URL_places = "https://maps.googleapis.com/maps/api/place/details/json"; export { PLACES_API_URL, PLACES_DETAILS_API_URL_places };