mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
9 lines
271 B
HTML
9 lines
271 B
HTML
<sebm-google-map [zoom]="0">
|
|
<sebm-google-map-marker
|
|
|
|
*ngFor="let photo of mapPhotos"
|
|
[latitude]="photo.latitude"
|
|
[longitude]="photo.longitude"
|
|
[iconUrl]="photo.iconUrl">
|
|
</sebm-google-map-marker>
|
|
</sebm-google-map> |