Top "Angular2-google-maps" questions

Angular2 Cannot find namespace 'google'

I am working with angular2-google-maps and latest version of Angular2. I am trying to convert some of the local …

google-maps angular typescript angular-cli angular2-google-maps
setCenter not working in angular2-google-maps

import { GoogleMapsAPIWrapper } from '@agm/core'; import { Component, Input } from '@angular/core'; @Component({ selector: 'core-map', styleUrls: [ './map.component.…

angular typescript angular2-google-maps
Angular 2 (Angular-cli) : Uncaught ReferenceError: google is not defined

I have been struggling for a couple of hours trying to make work googlemaps PlaceResult in my Angular 2 project that …

google-maps angular typescript angular-cli angular2-google-maps
simplest way to get current location in Angular 2 Google Maps (AGM Core)

This question may have a duplicate or the answer that I want has already been answered in some other questions …

ionic-framework angular2-google-maps
Angular 4 - Google map height fill remaining space

I am using https://github.com/SebastianM/angular-google-maps in my angular 4 application. I must specify map height in CSS, like …

angular angular-flex-layout angular2-google-maps
add button into google maps Angular2

I am new in Angular and have a web app which displays a fullscreen google map. I want to add …

angular google-maps typescript angular2-google-maps
Angular 2 agm library for google maps setting place by place id

I am implementing in a page a google map where a place id is passed to me, I then need …

angular google-maps typescript angular2-google-maps