mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 00:36:11 +01:00
feat(maps): add google map with access search location dropdown
This commit is contained in:
parent
cb5795b52f
commit
97c7134c77
13 changed files with 151 additions and 3 deletions
7
src/app/pages/maps/search-map/map/map.component.html
Normal file
7
src/app/pages/maps/search-map/map/map.component.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<agm-map [latitude]="latitude"
|
||||
[longitude]="longitude"
|
||||
[scrollwheel]="false"
|
||||
[zoom]="zoom">
|
||||
<agm-marker [latitude]="latitude"
|
||||
[longitude]="longitude"></agm-marker>
|
||||
</agm-map>
|
||||
Loading…
Add table
Add a link
Reference in a new issue