Open DanielEFGS opened 4 years ago
Hi @DanielEFGS !
See the documentation for the DirectionsRendererOptions - preserveViewport
For example:
<agm-direction
...
[renderOptions]="renderOptions"
>
</agm-direction>
public renderOptions = {
preserveViewport: true,
};
i have the following code:
when adding a new address the map zoom increases by itself, despite having the fixed zoom at 18. How can i avoid this problem?