mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 00:44:07 +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/search-map.component.html
Normal file
7
src/app/pages/maps/search-map/search-map.component.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<nb-card>
|
||||
<nb-card-header>Google Maps with search</nb-card-header>
|
||||
<nb-card-body>
|
||||
<ngx-search (positionChanged)="updateLocation($event)"></ngx-search>
|
||||
<ngx-map [searchedLocation]="searchedLocation"></ngx-map>
|
||||
</nb-card-body>
|
||||
</nb-card>
|
||||
Loading…
Add table
Add a link
Reference in a new issue