Link Search Menu Expand Document

Constructor: inputGeoPoint

Back to constructors index

Defines a GeoPoint by its coordinates.

Attributes:

NameTypeRequiredDescription
latdoubleYesLatitude
longdoubleYesLongitude
accuracy_radiusintOptionalThe 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];