1.0.0 • Published 5 years ago

flatx-agm-map v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

AGM - Angular Google Maps

AGM - Angular Google Maps

Angular 2+ components for Google Maps. (Previously known as angular2-google-maps)


Website | Demo | Twitter | Chat | API Documentation


AGM is looking for Core Team Members!

This project needs much more time than initially planned. To be able to maintain the project in an acceptable quality, I'm looking for core team members that are willing to review pull requests, triaging issues and helping with documention.
If you want to help, please send me a DM on Twitter: @Sebholstein.


Build Status Questions?: join the chat npm version supported angular versions: 5+


Packages

This project is a mono repo and hosts multiple packages:

PackageDownloads
@agm/core@agm/core
@agm/snazzy-info-window@agm/snazzy-info-window
@agm/js-marker-clusterer@agm/js-marker-clusterer

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

Installation

AGM gets shipped via the Node Package Manager. So make sure that you have NodeJS installed.
You can install the package with the following command:

npm install @agm/core

You should also checkout the Getting started guide for further information.