1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-06 01:15:04 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-locationed/index.md

30 lines
2.7 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.CommonAbstracts](../index.md)/[Locationed](index.md)
# Locationed
[common] interface [Locationed](index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/Locationed/latitude/#/PointingToDeclaration/"></a>[latitude](latitude.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts/Locationed/latitude/#/PointingToDeclaration/"></a> [common] abstract val [latitude](latitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>|
| <a name="dev.inmo.tgbotapi.CommonAbstracts/Locationed/longitude/#/PointingToDeclaration/"></a>[longitude](longitude.md)| <a name="dev.inmo.tgbotapi.CommonAbstracts/Locationed/longitude/#/PointingToDeclaration/"></a> [common] abstract val [longitude](longitude.md): [Double](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-double/index.html) <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.requests.edit.abstracts/EditLocationMessage///PointingToDeclaration/"></a>[EditLocationMessage](../../dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.md)|
| <a name="dev.inmo.tgbotapi.requests.send.abstracts/PositionedSendMessageRequest///PointingToDeclaration/"></a>[PositionedSendMessageRequest](../../dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.md)|
| <a name="dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultLocation///PointingToDeclaration/"></a>[InlineQueryResultLocation](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.md)|
| <a name="dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/InlineQueryResultVenue///PointingToDeclaration/"></a>[InlineQueryResultVenue](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.md)|
| <a name="dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/InputLocationMessageContent///PointingToDeclaration/"></a>[InputLocationMessageContent](../../dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.md)|
| <a name="dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/InputVenueMessageContent///PointingToDeclaration/"></a>[InputVenueMessageContent](../../dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.md)|
| <a name="dev.inmo.tgbotapi.types.location/Location///PointingToDeclaration/"></a>[Location](../../dev.inmo.tgbotapi.types.location/-location/index.md)|
| <a name="dev.inmo.tgbotapi.types.venue/Venue///PointingToDeclaration/"></a>[Venue](../../dev.inmo.tgbotapi.types.venue/-venue/index.md)|