Constructor: geoPoint
GeoPoint.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
long | double | Yes | Longitude |
lat | double | Yes | Latitude |
access_hash | long | Yes | Access hash |
accuracy_radius | int | Optional | The estimated horizontal accuracy of the location, in meters; as defined by the sender. |
Type: GeoPoint
Example:
$geoPoint = ['_' => 'geoPoint', 'long' => double, 'lat' => double, 'access_hash' => long, 'accuracy_radius' => int];