UNPKG
@fabrix/generics-google-maps
Version:
latest (1.1.0)
1.1.0
1.1.0-alpha.1
Generic: Google Maps adapter for Spool-generics
fabrix.app
fabrix-app/generics-google-maps
@fabrix/generics-google-maps
/
dist
/
GoogleMapsGeneric.d.ts
11 lines
(10 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Generic
}
from
'@fabrix/spool-generics'
;
export
declare
class
GoogleMapsGeneric
extends
Generic
{
config
: {
key
:
string
;
Promise
:
Promise
<
any
>; };
googleMaps
():
any
;
addressToString
(
address
:
any
):
string
;
locate
(
address
:
any
):
any
; }