MadelineProto/old_docs/API_docs_v44/constructors/geoPoint.md

477 B

title description
geoPoint geoPoint attributes, type and example

Constructor: geoPoint

Back to constructors index

Attributes:

Name Type Required
long double Required
lat double Required

Type: GeoPoint

Example:

$geoPoint = ['_' => 'geoPoint', 'long' => double, 'lat' => double, ];