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