Created
December 2, 2019 19:41
-
-
Save duanebester/9a6ff59be54754f20a3f4f4267bfb36d to your computer and use it in GitHub Desktop.
App 2 - bbox state
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 [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