v1

latestOpenAPI 3.1.02026-07-243613262.4 KB
Closest coordinates

Find closest sea point at location

Given a point as a coordinates pair, this endpoint checks if it is on sea or not. If on sea, it returns the coordinate pair {longitude},{latitude} as GeoJSON. If on land, it returns the closest coordinate pair on sea.

The field 'valid' tells whether the given point is on sea or not.

The response also contains information about the point : isSeca if the point is in an ECA zone and isCoastal if the point is close to the coast.

get/geocoding/v2/sea/{coordinates}

Path parameters

coordinatesstring required
Example:14.27621841430664,40.84464176925914

A pair longitude,latitude. Longitude should be between -180 and 180 degrees, and latitude between -90 and 90 degrees.

Response

OK

type'Feature' | 'FeatureCollection' | 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon' | 'GeometryCollection' required
bboxnumber[]

A GeoJSON object MAY have a member named "bbox" to include information on the coordinate range for its Geometries, Features, or FeatureCollections. The value of the bbox member MUST be an array of length 2*n where n is the number of dimensions represented in the contained geometries, with all axes of the most southwesterly point followed by all axes of the more northeasterly point. The axes order of a bbox follows the axes order of geometries.