mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:47:22 +01:00
19 lines
356 B
Markdown
19 lines
356 B
Markdown
## Constructor: geoPoint
|
|
|
|
### 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, ];
|
|
``` |