Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lekhmanrus/ngx-google-maps-places
Wrapper for new Google Maps Places API, making it easier to integrate Google Places functionality into Angular applications.
https://github.com/lekhmanrus/ngx-google-maps-places
address-validation angular autocomplete geocoding google-maps-api google-place-autocomplete google-places-api google-places-autocomplete location-services material
Last synced: 29 days ago
JSON representation
Wrapper for new Google Maps Places API, making it easier to integrate Google Places functionality into Angular applications.
- Host: GitHub
- URL: https://github.com/lekhmanrus/ngx-google-maps-places
- Owner: lekhmanrus
- License: mit
- Created: 2024-09-20T22:15:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T23:17:52.000Z (about 2 months ago)
- Last Synced: 2024-09-21T11:45:10.363Z (about 2 months ago)
- Topics: address-validation, angular, autocomplete, geocoding, google-maps-api, google-place-autocomplete, google-places-api, google-places-autocomplete, location-services, material
- Language: TypeScript
- Homepage: https://lekhmanrus.github.io/ngx-google-maps-places/
- Size: 564 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Angular Google Maps Places
Wrapper for new Google Maps Places API, making it easier to integrate Google Places functionality into Angular applications.
Compatible with Angular / CDK / Material **>= 18.x.x**.
[![Build](https://github.com/lekhmanrus/ngx-google-maps-places/actions/workflows/build.yml/badge.svg)](https://github.com/lekhmanrus/ngx-google-maps-places/actions/workflows/build.yml)
[![Publish](https://github.com/lekhmanrus/ngx-google-maps-places/actions/workflows/publish.yml/badge.svg)](https://github.com/lekhmanrus/ngx-google-maps-places/actions/workflows/publish.yml)
[![npm version](https://img.shields.io/npm/v/ngx-google-maps-places-api.svg)](https://www.npmjs.com/package/ngx-google-maps-places-api)
[![npm](https://img.shields.io/npm/dm/ngx-google-maps-places-api.svg)](https://www.npmjs.com/package/ngx-google-maps-places-api)
[![npm version](https://img.shields.io/npm/v/ngx-google-maps-places-autocomplete.svg)](https://www.npmjs.com/package/ngx-google-maps-places-autocomplete)
[![npm](https://img.shields.io/npm/dm/ngx-google-maps-places-autocomplete.svg)](https://www.npmjs.com/package/ngx-google-maps-places-autocomplete)![Example](https://raw.githubusercontent.com/lekhmanrus/ngx-google-maps-places/main/animation.gif)
## Packages
This monorepo contains multiple packages:
* [ngx-google-maps-places-api](https://github.com/lekhmanrus/ngx-google-maps-places/tree/main/projects/ngx-google-maps-places-api)
* [ngx-google-maps-places-autocomplete](https://github.com/lekhmanrus/ngx-google-maps-places/tree/main/projects/ngx-google-maps-places-autocomplete)