<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
  <interface name="org.freedesktop.Geoclue.Velocity">
    <method name="GetVelocity">
      <arg name="fields" type="i" direction="out" />
      <arg name="timestamp" type="i" direction="out" />
      <arg name="speed" type="d" direction="out" />
      <arg name="direction" type="d" direction="out" />
      <arg name="climb" type="d" direction="out" />
    </method>
    <signal name="VelocityChanged">
      <arg name="fields" type="i" />
      <arg name="timestamp" type="i" />
      <arg name="speed" type="d" />
      <arg name="direction" type="d" />
      <arg name="climb" type="d" />
    </signal>
  </interface>
</node>
