ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
com::ubuntu::location::Criteria::Requires Struct Reference

#include <criteria.h>

+ Collaboration diagram for com::ubuntu::location::Criteria::Requires:

Public Attributes

bool position = true
 The client needs position measurements. More...
 
bool altitude = false
 The client needs altitude measurements. More...
 
bool velocity = false
 The client needs velocity measurments. More...
 
bool heading = false
 The client needs heading measurements. More...
 

Detailed Description

Definition at line 43 of file criteria.h.

Member Data Documentation

bool com::ubuntu::location::Criteria::Requires::altitude = false
bool com::ubuntu::location::Criteria::Requires::heading = false
bool com::ubuntu::location::Criteria::Requires::position = true
bool com::ubuntu::location::Criteria::Requires::velocity = false

The documentation for this struct was generated from the following file: