UNPKG

@fabrix/generics-google-maps

Version:

Generic: Google Maps adapter for Spool-generics

11 lines (10 loc) 279 B
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; }