UNPKG

@scorpiosl4/ngx-google-auto-complete

Version:

Angular google auto complete (wrapper for [ngx-google-places-autocomplete](https://github.com/skynet2/ngx-google-places-autocomplete)).

13 lines (12 loc) 395 B
import { LatLng } from '../latLng'; import { LatLngBounds } from "../latLngBounds"; import { ComponentRestrictions } from "./componentRestrictions"; export declare class Options { bounds?: LatLngBounds; componentRestrictions?: ComponentRestrictions; types?: string[]; fields?: string[]; strictBounds?: boolean; origin?: LatLng; constructor(opt?: Partial<Options>); }