![]() |
API documentation
2.0rc1
|
#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 () |
| Coordinates * | get_prototype () |
| void | set_prototype (Coordinates *) |
| Coordinates () | |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (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) |
| client::Coordinates::Coordinates | ( | ) |
| double client::Coordinates::get_accuracy | ( | ) |
| double client::Coordinates::get_altitude | ( | ) |
| double client::Coordinates::get_altitudeAccuracy | ( | ) |
| double client::Coordinates::get_heading | ( | ) |
| double client::Coordinates::get_latitude | ( | ) |
| double client::Coordinates::get_longitude | ( | ) |
| Coordinates* client::Coordinates::get_prototype | ( | ) |
| double client::Coordinates::get_speed | ( | ) |
| void client::Coordinates::set_prototype | ( | Coordinates * | ) |
1.8.13