PlaceRecord

fun PlaceRecord(id: String, name: String, coordinate: Point?, description: String? = null, categories: List<String> = listOf())