UNPKG

@angular-material-extensions/google-maps-autocomplete

Version:

Autocomplete input component and directive for google-maps built with angular and material design

5 lines (4 loc) 222 B
/// <reference types="googlemaps" /> import PlaceResult = google.maps.places.PlaceResult; import { GermanAddress } from '../interfaces'; export declare function parseGermanAddress(placeResult: PlaceResult): GermanAddress;