Do U know how can I i ng-map directive set position of ng-map view not as center="[40.74, -74.18]", but as rectangle - corner values of map view where i have 4 values [north, south, east, west]?
now i have something like that:
<ng-map zoom="11" center="[40.74, -74.18]" class="csiMap" default-style="false"></ng-map>
But I want rectangle, not center
Greetings rizon