MadelineProto/docs/TD_docs/constructors/location.md

24 lines
536 B
Markdown
Raw Normal View History

---
title: location
description: Describes location on Earth
---
## Constructor: location
[Back to constructors index](index.md)
Describes location on Earth
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|latitude|[double](../types/double.md) | Yes|Latitude of location in degrees as defined by sender|
|longitude|[double](../types/double.md) | Yes|Longitude of location in degrees as defined by sender|
### Type: [Location](../types/Location.md)