Comment on Where'd The Water Go? Google Maps Water Pixel Detection With CanvasComments−udfalkso12yWould this not be much more easily solved by reverse geocoding each coordinate and seeing if google gives you a valid address for it?−gregory14412yYou'd have to make a network call for each x,y coordinate you test in that case.
Comments
Would this not be much more easily solved by reverse geocoding each coordinate and seeing if google gives you a valid address for it?
You'd have to make a network call for each x,y coordinate you test in that case.