1#ifndef TGBOT_LOCATION_H
2#define TGBOT_LOCATION_H
17 typedef std::shared_ptr<Location>
Ptr;
This object represents a point on the map.
float latitude
Latitude as defined by sender.
std::shared_ptr< Location > Ptr
std::int32_t livePeriod
Optional. Time relative to the message sending date, during which the location can be updated; in sec...
std::int32_t proximityAlertRadius
Optional. The maximum distance for proximity alerts about approaching another chat member,...
std::int32_t heading
Optional. The direction in which user is moving, in degrees; 1-360.
float longitude
Longitude as defined by sender.
float horizontalAccuracy
Optional. The radius of uncertainty for the location, measured in meters; 0-1500.