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