mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
18 lines
357 B
Markdown
18 lines
357 B
Markdown
|
## Constructor: inputGeoPoint
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|lat|[double](../types/double.md) | Required|
|
||
|
|long|[double](../types/double.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [InputGeoPoint](../types/InputGeoPoint.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$inputGeoPoint = ['lat' => double, 'long' => double, ];
|
||
|
```
|