- API ›
- Constructors ›
- GeoPointEmpty
GeoPointEmpty
---types--- geoPointEmpty#1117dd5f = GeoPoint
Belongs to
| GeoPoint |
In Rust this constructor is a variant of the enums::GeoPoint enum.
Match on it with: if let enums::GeoPoint::GeoPointEmpty(v) = result { ... }
Parameters
This item has no parameters.