- API ›
- Constructors ›
- GeoPoint
GeoPoint
---types--- geoPoint#b2a2f663 long:double lat:double access_hash:long accuracy_radius:flags.0?int = GeoPoint
Belongs to
| GeoPoint |
In Rust this constructor is a variant of the enums::GeoPoint enum.
Match on it with: if let enums::GeoPoint::GeoPoint(v) = result { ... }