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