https://github.com/sebholstein/angular-google-maps
Angular 2+ Google Maps Components
https://github.com/sebholstein/angular-google-maps
agm angular angular2 angular4 angular5 google-maps library ng2
Last synced: 5 days ago
JSON representation
Angular 2+ Google Maps Components
- Host: GitHub
- URL: https://github.com/sebholstein/angular-google-maps
- Owner: sebholstein
- License: mit
- Created: 2015-11-04T20:57:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T13:27:05.000Z (10 months ago)
- Last Synced: 2025-03-16T09:42:48.688Z (29 days ago)
- Topics: agm, angular, angular2, angular4, angular5, google-maps, library, ng2
- Language: TypeScript
- Homepage: https://angular-maps.com/
- Size: 7.49 MB
- Stars: 2,030
- Watchers: 93
- Forks: 822
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sebholstein/angular-google-maps - Angular 2+ Google Maps Components (TypeScript)
README
[](https://angular-maps.com/)
# AGM - Angular Google Maps
Angular components for Google Maps. (Previously known as angular2-google-maps)
---
[Website](https://angular-maps.com/) | [Demo](https://stackblitz.com/edit/angular-google-maps-demo) | [Twitter](https://twitter.com/Sebholstein) | [Chat](https://discord.gg/XAr2ACE) | [API Documentation](https://angular-maps.com/api-docs/)
---
[](https://travis-ci.org/SebastianM/angular-google-maps) [](https://discord.gg/XAr2ACE) [](https://www.npmjs.com/package/@agm/core) 
---
## Packages
This project is a mono repo and hosts multiple packages:
| Package | Downloads |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| @agm/core | [](https://www.npmjs.com/package/@agm/core) |
| @agm/snazzy-info-window | [](https://www.npmjs.com/package/@agm/snazzy-info-window) |
| @agm/markerclusterer | [](https://www.npmjs.com/package/@agm/markerclusterer) |
| @agm/drawing | [](https://www.npmjs.com/package/@agm/drawing) |---
## Playing with AGM (Angular Google Maps)
If you just want to play with AGM and don't want to set up a full project, you can use the following Plunker. It has all the dependencies to play with Angular, Typescript and of course `AGM`:
[» Play with Angular Google Maps on Stackblitz](https://stackblitz.com/edit/angular-google-maps-demo)
## Installation
`AGM` gets shipped via the Node Package Manager. So make sure that you have [NodeJS](https://nodejs.org) installed.
You can install the package with the following command:```shell
npm install @agm/core
```You should also checkout the [Getting started](https://angular-maps.com/guides/getting-started/) guide for further information.