Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created June 4, 2025 13:35
Show Gist options
  • Save SitesByYogi/72753784d49e833fca013862ef64eab9 to your computer and use it in GitHub Desktop.
Save SitesByYogi/72753784d49e833fca013862ef64eab9 to your computer and use it in GitHub Desktop.
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