tgbot-cpp
TgBot::Location Class Reference

This object represents a point on the map. More...

#include <Location.h>

Public Types

typedef std::shared_ptr< LocationPtr
 

Public Attributes

float longitude
 Longitude as defined by sender. More...
 
float latitude
 Latitude as defined by sender. More...
 

Detailed Description

This object represents a point on the map.

Definition at line 35 of file Location.h.

Member Typedef Documentation

typedef std::shared_ptr<Location> TgBot::Location::Ptr

Definition at line 38 of file Location.h.

Member Data Documentation

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.


The documentation for this class was generated from the following file: