1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
MadelineProto/docs/API_docs_55/constructors/geoPoint.md

26 lines
473 B
Markdown
Raw Normal View History

---
title: geoPoint
description: geoPoint attributes, type and example
---
## Constructor: geoPoint
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|long|[double](../types/double.md) | Required|
|lat|[double](../types/double.md) | Required|
### Type: [GeoPoint](../types/GeoPoint.md)
### Example:
```
$geoPoint = ['_' => 'geoPoint', 'long' => double, 'lat' => double, ];
```