A geocoded place returned by Apple Maps Server API.
Summary
Types
@type t() :: %AppleMapsServer.Place{ coordinate: AppleMapsServer.Coordinate.t() | nil, country: String.t() | nil, country_code: String.t() | nil, display_map_region: map() | nil, formatted_address_lines: [String.t()] | nil, name: String.t() | nil, poi_category: String.t() | nil, structured_address: map() | nil }