From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d1/d6f/class_tg_bot_1_1_location.html | 176 +++++++++++++++++++++++++++++ docs/d1/d6f/class_tg_bot_1_1_location.js | 6 + 2 files changed, 182 insertions(+) create mode 100644 docs/d1/d6f/class_tg_bot_1_1_location.html create mode 100644 docs/d1/d6f/class_tg_bot_1_1_location.js (limited to 'docs/d1/d6f') diff --git a/docs/d1/d6f/class_tg_bot_1_1_location.html b/docs/d1/d6f/class_tg_bot_1_1_location.html new file mode 100644 index 0000000..19653e7 --- /dev/null +++ b/docs/d1/d6f/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: +
+
+ + + + diff --git a/docs/d1/d6f/class_tg_bot_1_1_location.js b/docs/d1/d6f/class_tg_bot_1_1_location.js new file mode 100644 index 0000000..556c87b --- /dev/null +++ b/docs/d1/d6f/class_tg_bot_1_1_location.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_location = +[ + [ "Ptr", "d1/d6f/class_tg_bot_1_1_location.html#a0854defd16651e7742f89eca2202d678", null ], + [ "latitude", "d1/d6f/class_tg_bot_1_1_location.html#a01c1a917a3ae8bcbc8977b1b5f0aea7b", null ], + [ "longitude", "d1/d6f/class_tg_bot_1_1_location.html#aac2c4c71d72f1734a2439368f3e38687", null ] +]; \ No newline at end of file -- cgit v1.2.3