@angular-magic/ngx-gp-autocomplete
Advanced tools
Comparing version 1.0.0 to 1.0.1
/// <reference types="google.maps" /> | ||
export declare class NgxGpAutocompleteOptions { | ||
bounds: google.maps.LatLngBounds; | ||
componentRestrictions: google.maps.places.ComponentRestrictions; | ||
types: string[]; | ||
fields: string[]; | ||
strictBounds: boolean; | ||
origin: google.maps.LatLng; | ||
constructor(opt?: Partial<NgxGpAutocompleteOptions>); | ||
bounds?: google.maps.LatLngBounds; | ||
componentRestrictions?: google.maps.places.ComponentRestrictions; | ||
types?: string[]; | ||
fields?: string[]; | ||
strictBounds?: boolean; | ||
origin?: google.maps.LatLng; | ||
constructor(opt?: NgxGpAutocompleteOptions); | ||
} |
@@ -5,3 +5,3 @@ import { NgxGpAutocompleteOptions } from "./ngx-gp-autocomplete-options"; | ||
private defaultOptions; | ||
setOptions(options: Partial<NgxGpAutocompleteOptions>): void; | ||
setOptions(options: NgxGpAutocompleteOptions): void; | ||
getOptions(): NgxGpAutocompleteOptions; | ||
@@ -8,0 +8,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<NgxGpAutocompleteService, never>; |
{ | ||
"name": "@angular-magic/ngx-gp-autocomplete", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This module is a wrapper for Google Places Autocomplete JS library", | ||
@@ -5,0 +5,0 @@ "author": "Dan Cornilov", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64155