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: Addressof shop, often without street number and postal code |
| distance | var distance: Double?current user distance to shop, its calculated ad hoc |
| id | val id: StringID of shop in Biedronka DB |
| location | val location: Positionlat lng of shop |
| openHours | val openHours: OpenHoursopening hours for weekday, saturday and sunday |