AppleMapsServer.Place (apple_maps_server v0.2.0)

Copy Markdown View Source

A geocoded place returned by Apple Maps Server API.

Summary

Types

t()

@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
}