- API ›
- Constructors ›
- GeoPointAddress
GeoPointAddress
---types--- geoPointAddress#de4c5d93 country_iso2:string state:flags.0?string city:flags.1?string street:flags.2?string = GeoPointAddress
Belongs to
| GeoPointAddress |
In Rust this constructor is a variant of the enums::GeoPointAddress enum.
Match on it with: if let enums::GeoPointAddress::GeoPointAddress(v) = result { ... }