AGM
Angular Google Maps (AGM)
Angular components for Google Maps

Really easy to get started!


import { BrowserModule } from '@angular/platform-browser';
import { NgModule, Component } from '@angular/core';

import { AgmCoreModule } from '@agm/core';

@Component({
  selector: 'app-root',
  styles: [`
    agm-map {
      height: 300px;
    }
  `],
  template: `
  <agm-map [latitude]="lat" [longitude]="lng"></agm-map>
  `
})
export class AppComponent {
  lat: number = 51.678418;
  lng: number = 7.809007;
}

@NgModule({
  imports: [
    BrowserModule,
    AgmCoreModule.forRoot({
      apiKey: 'YOUR_GOOGLE_MAPS_API_KEY'
    })
  ],
  declarations: [ AppComponent ],
  bootstrap: [ AppComponent ]
})
export class AppModule {}
						
Want to contribute? Found a bug?

Contributions and Bug reports are very welcome! We accept Pull Requests on Github.

Project on Githubchevron_right

Companies using it...
Festa Lá logo

Festa Lá

"Festa Lá" is a multiplatform entertainment solution whose main purpose is to inform about events, parties and concerts that will be held throughout the country.
City Sightseeing
City Sightseeing is the world's number 1 hop-on hop-off bus tour provider; operating in more than 110 cities. Hop on and hop off as many times as you like at any of the bus stops on the route and see all the best sights and attractions that the town or city has to offer.
Bring farm data to life. Decipher is an easy to use service with powerful insights to show crop variability and compare growth performance, track trends and organise information about the land. It simplifies the nutrition process to help farmers grow their productivity.
AeoLogic Technologies is a software development organization focussed on providing intelligent software solutions. Our expertise in Mobile Application and Web development technologies will help you boost your targets exponentially.