Is it possible to know if a point is a land or sea ?
I have searched many times but the only way could work is (or maybe was ?) using Google Maps Reverse Geocoding
like suggest here: Verify if a point is Land or Water in Google Maps
Using this method i should have natural_feature
but i think it doesn't work...
For example:
https://maps.googleapis.com/maps/api/geocode/json?latlng=40.6984,-74.0220
This a place, in sea, in front of Island Manhattan but in result i don't read "natural_feature".
Can you suggest a way to know if a point is sea or land ? (also using google maps API, javascript or PHP
Thanks a lot and sorry for my English