ExpoFpPOISelector

@Serializable
data class ExpoFpPOISelector(val name: String? = null, val externalId: String? = null)

Selector for identifying a POI by name or external ID.

Constructors

Link copied to clipboard
constructor(name: String? = null, externalId: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "externalId")
val externalId: String? = null

External ID.

Link copied to clipboard
@SerialName(value = "name")
val name: String? = null

POI name.