yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
#include "Location.h"
Public Member Functions | |
Location (float longitude, float latitude) | |
Location (const Location &Location) | |
float | getLongitude () const |
float | getLatitude () const |
Private Attributes | |
float | longitude |
float | latitude |
See also https://core.telegram.org/bots/api#location
Definition at line 6 of file Location.h.
Location::Location | ( | float | longitude, |
float | latitude | ||
) |
Definition at line 11 of file Location.cc.
Location::Location | ( | const Location & | Location | ) |
Definition at line 17 of file Location.cc.
float Location::getLatitude | ( | ) | const |
Definition at line 38 of file Location.cc.
float Location::getLongitude | ( | ) | const |
Definition at line 34 of file Location.cc.
|
private |
Definition at line 18 of file Location.h.
|
private |
Definition at line 17 of file Location.h.