759 B
759 B
title | description | image |
---|---|---|
inputGeoPoint | Defines a GeoPoint by its coordinates. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputGeoPoint
Defines a GeoPoint by its coordinates.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
lat | double | Yes | Latitide |
long | double | Yes | Longtitude |
Type: InputGeoPoint
Example:
$inputGeoPoint = ['_' => 'inputGeoPoint', 'lat' => double, 'long' => double];
Or, if you're into Lua:
inputGeoPoint={_='inputGeoPoint', lat=double, long=double}