API documentation  2.0rc1
Public Member Functions | List of all members
client::Coordinates Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_accuracy ()
 
double get_altitude ()
 
double get_altitudeAccuracy ()
 
double get_heading ()
 
double get_latitude ()
 
double get_longitude ()
 
double get_speed ()
 
Coordinatesget_prototype ()
 
void set_prototype (Coordinates *)
 
 Coordinates ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ Coordinates()

client::Coordinates::Coordinates ( )

Member Function Documentation

◆ get_accuracy()

double client::Coordinates::get_accuracy ( )

◆ get_altitude()

double client::Coordinates::get_altitude ( )

◆ get_altitudeAccuracy()

double client::Coordinates::get_altitudeAccuracy ( )

◆ get_heading()

double client::Coordinates::get_heading ( )

◆ get_latitude()

double client::Coordinates::get_latitude ( )

◆ get_longitude()

double client::Coordinates::get_longitude ( )

◆ get_prototype()

Coordinates* client::Coordinates::get_prototype ( )

◆ get_speed()

double client::Coordinates::get_speed ( )

◆ set_prototype()

void client::Coordinates::set_prototype ( Coordinates )