<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Distance Time Matrix Overview on API Documentation</title>
    <link>https://docs.icepack.ai/distance-matrix/</link>
    <description>Recent content in Distance Time Matrix Overview on API Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 23 Jan 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://docs.icepack.ai/distance-matrix/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Geocode</title>
      <link>https://docs.icepack.ai/distance-matrix/geocode/</link>
      <pubDate>Thu, 13 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://docs.icepack.ai/distance-matrix/geocode/</guid>
      <description>Overview The term geocode is used to describe a pair of coordinates. In general, we mostly handle routing requests which are on the face of planet earth so we&amp;rsquo;ve biased the terminology used here in that direction. For matrix-requests only road network matrices are currently supported so the coordinates are required to be in longitude/latitude format.&#xA;Applicable models Matrix matrix-vyv95n7wchpl Matrix Request Schema definition message Geocode { required float longitude = 1; // X required float latitude = 2; // Y } Fields longitude The horizontal decimal degrees (or x coordinate) latitude The vertical decimal degrees (or y coordinate) For earth-routing the longitude should be in the interval [-180,180] and the latitude [-90,90] excluding (0,0).</description>
    </item>
    <item>
      <title>Location</title>
      <link>https://docs.icepack.ai/distance-matrix/location/</link>
      <pubDate>Thu, 13 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://docs.icepack.ai/distance-matrix/location/</guid>
      <description>Overview A location provides a mechanism to specify a unique identifier for a position in a matrix calculation. The matrices are returned with respect to the location id&amp;rsquo;s which removes any ambiguity as to which locations a particular response element refers.&#xA;Applicable models Matrix matrix-vyv95n7wchpl Matrix Request Schema definition message Location { required string id = 1; required Geocode geocode = 2; } Fields id The unique identifier for this location.</description>
    </item>
    <item>
      <title>Matrix Request</title>
      <link>https://docs.icepack.ai/distance-matrix/matrix-request/</link>
      <pubDate>Thu, 13 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://docs.icepack.ai/distance-matrix/matrix-request/</guid>
      <description>Overview The Matrix Request defines a model for which a matrix should be calculated. The matrix request is serialised as any other model would into a problem envelope and submitted to the matrix route.&#xA;Applicable models Matrix matrix-vyv95n7wchpl Endpoint POST: https://api.icepack.ai/matrix/ eDurationUnit Defines the time units in which the response should be provided.&#xA;Schema definition enum eDurationUnit{ SECONDS = 0; MINUTES = 1; HOURS = 2; DAYS = 3; } eDistanceUnit Defines the distance units in which the response should be provided.</description>
    </item>
    <item>
      <title>Matrix Response</title>
      <link>https://docs.icepack.ai/distance-matrix/matrix-response/</link>
      <pubDate>Thu, 13 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://docs.icepack.ai/distance-matrix/matrix-response/</guid>
      <description>Overview The matrix response is the object returned after a matrix request is submitted to the API. The response contains named elements for each of the source-destination pairs computed.&#xA;Applicable models Matrix matrix-vyv95n7wchpl Endpoint GET: https://api.icepack.ai/matrix/{requestid} Matrix Response Element Schema definition message Element{ required string fromId = 1; required string toId = 2; required float distance = 3; required float duration = 4; } Fields fromId The location id for the source of the element.</description>
    </item>
  </channel>
</rss>
