Place

public struct Place : Equatable

Represents information about specific place

Public

  • Coordinate of the place

    Declaration

    Swift

    public let coordinate: CLLocationCoordinate2D
  • Name of the place

    Declaration

    Swift

    public let name: String?
  • Address of the place

    Declaration

    Swift

    public let address: Address?
  • Declaration

    Swift

    public static func == (lhs: Place, rhs: Place) -> Bool