From 985837f2152383c304d043bd4dc8af23914b112f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 2 Jan 2017 23:05:43 +0300 Subject: Docs --- docs/class_tg_bot_1_1_location.html | 176 ++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 docs/class_tg_bot_1_1_location.html (limited to 'docs/class_tg_bot_1_1_location.html') diff --git a/docs/class_tg_bot_1_1_location.html b/docs/class_tg_bot_1_1_location.html new file mode 100644 index 0000000..2d5c538 --- /dev/null +++ b/docs/class_tg_bot_1_1_location.html @@ -0,0 +1,176 @@ + + + + + + + +tgbot-cpp: TgBot::Location Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Location Class Reference
+
+
+ +

#include <Location.h>

+ + + + +

+Public Types

typedef std::shared_ptr< LocationPtr
 
+ + + + + +

+Public Attributes

float longitude
 
float latitude
 
+

Detailed Description

+

This object represents a point on the map.

+ +

Definition at line 34 of file Location.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 37 of file Location.h.

+ +
+
+

Member Data Documentation

+ +

◆ latitude

+ +
+
+ + + + +
float TgBot::Location::latitude
+
+

Latitude as defined by sender.

+ +

Definition at line 47 of file Location.h.

+ +
+
+ +

◆ longitude

+ +
+
+ + + + +
float TgBot::Location::longitude
+
+

Longitude as defined by sender.

+ +

Definition at line 42 of file Location.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3