UNPKG
nativescript-google-places-autocomplete-last-version
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A NativeScript plugin that works.
github.com/labidiaymen/nativescript-google-places-autocomplete
nativescript-google-places-autocomplete-last-version
/
google-places-autocomplete.common.d.ts
9 lines
(8 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
Common
{
key
:
string
;
private
apikey;
constructor
(
key
:
string
);
search
(
terms
:
string
,
countryISO
?:
string
,
types
?:
string
):
Promise
<
any
[]>;
getPlaceById
(
placeId
:
any
):
Promise
<
any
>;
private
handleErrors
(response); }