I am in the process of updating some code originally written for Google Maps API v2. My goal is to specify the map bounds (top, left, bottom, right) instead of just the center.
After reviewing the documentation, I came across GMap2.getBounds, but I can't find a method that allows me to set the bounds directly.
Can anyone provide guidance on how to achieve this in Google Maps?