Object

fun Object(    id: Int,     gid: Long?,     name: String,     type: String,     bounds: Rect,     rotation: Angle,     visible: Boolean,     shape: TiledMap.Object.Shape,     properties: Map<String, TiledMap.Property>)