Geospatial.Address (geospatial v0.2.0)
Link to this section Summary
Link to this section Types
@type t() :: %Geospatial.Address{ country: String.t() | nil, description: String.t() | nil, geom: Geo.Point.t() | nil, locality: String.t() | nil, origin_id: String.t() | nil, origin_provider: String.t() | nil, postal_code: String.t() | nil, region: String.t() | nil, street: String.t() | nil, timezone: String.t() | nil, type: String.t() | nil, url: String.t() }