Is there a way to set the position of ng-map view using the ng-map directive not as the center value of [40.74, -74.18], but instead as a rectangle defined by the corner values of the map view (north, south, east, west)?
Currently, I have this code:
<ng-map zoom="11" center="[40.74, -74.18]" class="csiMap" default-style="false"></ng-map>
However, I am looking to define a rectangle rather than a center point.
Best regards, rizon