PlaceResult

fun PlaceResult(    type: ResultType,     distance: Double,     title: String,     subtitle: String,     titleHighlights: List<StringRange>,     location: GeoCoordinates,     boundary: GeoBoundingBox,     iso: String,     addressComponent: Map<MapResultComponent, String>,     entry: GeoCoordinates,     details: List<PlaceResultDetail>,     categoryTags: List<String>,     placeLink: PlaceLink)