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