Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ng-maps/ng-maps
Modular map components for angular
https://github.com/ng-maps/ng-maps
angular google google-maps google-maps-api here-maps here-maps-api library map maps ng2
Last synced: 3 months ago
JSON representation
Modular map components for angular
- Host: GitHub
- URL: https://github.com/ng-maps/ng-maps
- Owner: ng-maps
- License: mit
- Created: 2019-05-29T06:59:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:19:40.000Z (6 months ago)
- Last Synced: 2024-05-22T17:37:45.632Z (6 months ago)
- Topics: angular, google, google-maps, google-maps-api, here-maps, here-maps-api, library, map, maps, ng2
- Language: TypeScript
- Homepage:
- Size: 12.7 MB
- Stars: 47
- Watchers: 8
- Forks: 13
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ng-maps - Modular map components for angular. (Table of contents / Third Party Components)
- fucking-awesome-angular - ng-maps - Modular map components for angular. (Table of contents / Third Party Components)
- fucking-awesome-angular - ng-maps - Modular map components for angular. (Table of contents / Third Party Components)
README
# NgMaps
[![codecov.io](https://codecov.io/github/ng-maps/ng-maps/coverage.svg?branch=master)](https://codecov.io/github/ng-maps/ng-maps?branch=master)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fng-maps%2Fng-maps.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fng-maps%2Fng-maps?ref=badge_shield)Contributions or questions? Joins us on [discord](https://discord.gg/ckCAAFNbf9).
## Installation
First you need to install `@ng-maps/core` package and additionally depending on the maps provider you use `@ng-maps/google` or `@ng-maps/here`.
For further steps please see the Docs of respective package.## Packages
This project is a mono repo and hosts multiple packages:
| Package | Version | Docs | Compatibility |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------- |
| @ng-maps/core | [![@ng-maps/core](https://img.shields.io/npm/v/@ng-maps/core.svg)](https://www.npmjs.com/package/@ng-maps/core) | [Docs](https://ng-maps.github.io/core/index.html) |
| @ng-maps/google | [![@ng-maps/google](https://img.shields.io/npm/v/@ng-maps/google.svg)](https://www.npmjs.com/package/@ng-maps/google) | [Docs](https://ng-maps.github.io/google/index.html) |
| @ng-maps/here | [![@ng-maps/here](https://img.shields.io/npm/v/@ng-maps/here.svg)](https://www.npmjs.com/package/@ng-maps/here) | [Docs](https://ng-maps.github.io/here/index.html) |
| @ng-maps/snazzy-info-window | [![@ng-maps/snazzy-info-window](https://img.shields.io/npm/v/@ng-maps/snazzy-info-window.svg)](https://www.npmjs.com/package/@ng-maps/snazzy-info-window) | | google |
| @ng-maps/marker-clusterer | [![@ng-maps/marker-clusterer](https://img.shields.io/npm/v/@ng-maps/marker-clusterer.svg)](https://www.npmjs.com/package/@ng-maps/marker-clusterer) | [Docs](https://ng-maps.github.io/marker-clusterer/index.html) | google (included in here) |
| @ng-maps/places | [![@ng-maps/places](https://img.shields.io/npm/v/@ng-maps/places.svg)](https://www.npmjs.com/package/@ng-maps/places) | [Docs](https://ng-maps.github.io/places/index.html) | google |
| @ng-maps/data-layer | [![@ng-maps/data-layer](https://img.shields.io/npm/v/@ng-maps/data-layer.svg)](https://www.npmjs.com/package/@ng-maps/data-layer) |
| @ng-maps/kml-layer | [![@ng-maps/kml-layer](https://img.shields.io/npm/v/@ng-maps/kml-layer.svg)](https://www.npmjs.com/package/@ng-maps/kml-layer) |
| @ng-maps/drawing-layer | [![@ng-maps/drawing-layer](https://img.shields.io/npm/v/@ng-maps/drawing-layer.svg)](https://www.npmjs.com/package/@ng-maps/drawing-layer) | [Docs](https://ng-maps.github.io/drawing-layer/index.html) | google |
| @ng-maps/direction | [![@ng-maps/direction](https://img.shields.io/npm/v/@ng-maps/direction.svg)](https://www.npmjs.com/package/@ng-maps/direction) | [Docs](https://ng-maps.github.io/direction/index.html) | google |---
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fng-maps%2Fng-maps.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fng-maps%2Fng-maps?ref=badge_large)