tgbot-cpp
|
#include <Location.h>
Public Types | |
typedef std::shared_ptr< Location > | Ptr |
Public Attributes | |
float | longitude |
float | latitude |
This object represents a point on the map.
Definition at line 34 of file Location.h.
typedef std::shared_ptr<Location> TgBot::Location::Ptr |
Definition at line 37 of file Location.h.
float TgBot::Location::latitude |
Latitude as defined by sender.
Definition at line 47 of file Location.h.
float TgBot::Location::longitude |
Longitude as defined by sender.
Definition at line 42 of file Location.h.