Created
June 4, 2025 13:35
-
-
Save SitesByYogi/72753784d49e833fca013862ef64eab9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const options = { | |
componentRestrictions: { country: "us" }, | |
bounds: new google.maps.LatLngBounds( | |
new google.maps.LatLng(25.8371, -106.6456), // Southwest TX | |
new google.maps.LatLng(36.5007, -93.5080) // Northeast TX | |
), | |
strictBounds: false | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment