MadelineProtoDocs/docs/TD_docs/constructors/location.md

25 lines
609 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: location
description: Describes location on Earth
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: location
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Describes location on Earth
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|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)