Individual Place Name
data class IndividualPlaceName(val title: String, val subtitle: String, val languageTag: String) : Parcelable
Class representing single name record for IndividualPlaceData.
Parameters
title
Title of the place, used for visualization.
subtitle
Subtitle of the place, unused for now in the SDK (can be used for search).
language
A BCP47 (RFC5646) language tag.