Skip to content

Instantly share code, notes, and snippets.

@duanebester
Created December 2, 2019 19:41
Show Gist options
  • Save duanebester/9a6ff59be54754f20a3f4f4267bfb36d to your computer and use it in GitHub Desktop.
Save duanebester/9a6ff59be54754f20a3f4f4267bfb36d to your computer and use it in GitHub Desktop.
App 2 - bbox state
const [bbox, setBBox] = useState({
topLeft: {
lat: null,
lon: null
},
bottomRight: {
lat: null,
lon: null
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment