Country

public class Country : Item

A country.

  • The latitude of a location in WGS84 format.

    Declaration

    Swift

    let latitude: RealmOptional<Double>
  • The longitude of a location in WGS84 format.

    Declaration

    Swift

    let longitude: RealmOptional<Double>
  • The name of the item.

    Declaration

    Swift

    @objc
    dynamic var name: String?
  • The flag that represents some Item, for instance a Country.

    Declaration

    Swift

    var flag: Photo? { get }
  • The location of for example where the event is happening, an organization is located, or where an action takes place.

    Declaration

    Swift

    var location: Location? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws
  • Declaration

    Swift

    override var computedTitle: String { get }