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) 75 B
export interface Location { latitude: number; longitude: number; }