This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Center and Zoom are Required Even When Using Bounds #1360
Closed
Description
If i'm supplying bounds I shouldn't need to set the center or zoom.
Plunkr: http://plnkr.co/edit/3ZKHN4xejuZdtvVGajSi?p=preview
html:
<ui-gmap-google-map bounds="map.bounds" options="options"></ui-gmap-google-map>
js:
$scope.map = {
bounds: {
"northeast":{"latitude":38.9528601,"longitude":-94.7140479},
"southwest":{"latitude":38.8054929,"longitude":-94.928023}
}
};