Fix search-map component using @angular/google-maps

This commit is contained in:
eugene-sinitsyn 2020-03-04 11:26:26 +03:00
parent 398c8c2a87
commit 1b75ccfb40
10 changed files with 56 additions and 61 deletions

View file

@ -1,7 +1,3 @@
<!-- <agm-map [latitude]="latitude"
[longitude]="longitude"
[scrollwheel]="false"
[zoom]="zoom">
<agm-marker [latitude]="latitude"
[longitude]="longitude"></agm-marker>
</agm-map> -->
<google-map [center]="position" [zoom]="zoom" width="100%" height="36.5625rem">
<map-marker [position]="position"></map-marker>
</google-map>