From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/class_tg_bot_1_1_location.html | 204 ------------------------------------ 1 file changed, 204 deletions(-) delete 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 deleted file mode 100644 index ade7b29..0000000 --- a/docs/class_tg_bot_1_1_location.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -tgbot-cpp: TgBot::Location Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - -
-
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: -
-
- - - - -- cgit v1.2.3