788 B
788 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 |
---|---|---|---|
latitude | double | Yes | Latitude |
longitude | double | Yes | Longitude |
Type: InputGeoPoint
Example:
$inputGeoPoint = ['_' => 'inputGeoPoint', 'latitude' => double, 'longitude' => double];
Or, if you're into Lua:
inputGeoPoint={_='inputGeoPoint', latitude=double, longitude=double}