You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested a solution could be as follows: <sebm-google-map [latitude]="lat" [longitude]="lng" (centerChange)="centerChanged($event)" (boundsChange)="boundsChanged($event)"> </sebm-google-map>
This would allow the tracking of the current bounds and center of the map.
The text was updated successfully, but these errors were encountered:
As suggested a solution could be as follows:
<sebm-google-map [latitude]="lat" [longitude]="lng" (centerChange)="centerChanged($event)" (boundsChange)="boundsChanged($event)"> </sebm-google-map>
This would allow the tracking of the current bounds and center of the map.
The text was updated successfully, but these errors were encountered: