When using the ui-gmap-google-map
, I've noticed that the center
attributes can sometimes conflict with the bounds
attributes. Unfortunately, the documentation doesn't specify which has higher priority if both are set.
Imagine a situation where I need to modify the display area of the Google map three times: first by changing the center
, then by adjusting the bounds
, and finally switching back to modifying the center
again. Does anyone have suggestions on how to achieve this?
Appreciate any help!