com.github.asvid.biedra.domain / Shop

Shop

data class Shop (source)

Biedronka domain object

Constructors

Name Summary
<init> Shop(id: String, address: Address, distance: Double?, location: Position, openHours: OpenHours)
Biedronka domain object

Properties

Name Summary
address val address: Address
of shop, often without street number and postal code
distance var distance: Double?
current user distance to shop, its calculated ad hoc
id val id: String
ID of shop in Biedronka DB
location val location: Position
lat lng of shop
openHours val openHours: OpenHours
opening hours for weekday, saturday and sunday