UNPKG
n7-google-places-autocomplete
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.4
1.0.1
A NativeScript plugin that works.
github.com/labidiaymen/nativescript-google-places-autocomplete
n7-google-places-autocomplete
/
google-places-autocomplete.static.d.ts
4 lines
(3 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
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 };