Marine API Documentation - Version 1

Resources - DateTimePosition

A DateTimePosition represents a position containing geographic and temporal information.

Resource model

Name Property Name Data Type Optional Description
Latitude latitude Number No Geographic latitude
Longitude longitude Number No Geographic longitude
Timestamp timestamp POSIX Timestamp No POSIX of Epoch timestamp of position
DateTime datetime DateTime No DateTime of position

Note: This model is liable to change in future API versions.

Example (JSON)

{
  latitude: -51.9,
  longitude: -58.4,
  datetime: "2015-02-18T18:00:00+00:00",
  timestamp: 1424282400
}

The methods for accessing this position in the current marine API is described in Vessels.


This information may be out of date whilst this website is being redeveloped. Until then, if you have any problems using an API documented here, please contact the relevant project maintainer.