国内精品久久久久影院日本,日本中文字幕视频,99久久精品99999久久,又粗又大又黄又硬又爽毛片

Is my coordinate on land or water?

Is it water is a simple API that let's developers easily answer the question of whether any latitude and longitude coordinate is on water or land.

Is it water uses regularly updated, high-resolution data from OpenStreeMaps.

Is it water is the fastest, most accurate, most precise, and most cost effective way to determine if a point is on land or water.

Usage

The API accepts a latitude and longitude and returns JSON.

A free tier of this API is available for smaller projects. We charge a small monthly fee for folks who need higher usage capacity of the API. See more pricing details here.

Request

curl 'https://isitwater-com.p.rapidapi.com/?latitude=41.9029192&longitude=-70.2652276&rapidapi-key=YOUR-X-RAPIDAPI-KEY'

Response

                {
                    "water": true,
                    "latitude": 41.9029192,
                    "longitude": -70.2652276
                }