Описание тега angular-google-maps
Angular Google Maps is an Angular component library for integrating Google Maps, including their various APIs. As Angular1/AngularJS has sunsetted, this tag is now for Angular 2+
AGM is a component library for including google maps in your Angular application. All usage problems with this library can and should be tagged with this tag. If it's an obvious bug, or a feature request, it belongs in our github issues.
AGM provides several Components and Directives representing some of the most widely used Google Maps Objects. Here are some of them:
<agm-map>
represents the actual map<agm-marker>
represents a marker on the map<agm-polyline>
represents a polyline
Full documentation is available on our website, https://angular-maps.com. See also github project page