--- title: location description: Describes location on Earth image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: location [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)