2016-12-19 20:56:05 +03:00

19 lines
381 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 = ['_' => inputGeoPoint', 'lat' => double, 'long' => double, ];
```