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
Hi!, to resolve, you can add to your component's code (.ts):
public renderOptions = { preserveViewport: true }
And in your agm-direction directive: <agm-direction [origin]="origin" [destination]="destination" [renderOptions]="renderOptions" [markerOptions]="markerOptions"> </agm-direction>
No description provided.
The text was updated successfully, but these errors were encountered: