MadelineProtoDocs/old_docs/API_docs_v66/constructors/geoPoint.md

661 B

title description image
geoPoint GeoPoint. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: geoPoint

Back to constructors index

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}