GeonameMatch

data class GeonameMatch(var geoname: Geoname, var matchType: GeonameMatchType, var prefix: Boolean)

A fetched geoname with info on how it was matched.

Constructors

Link copied to clipboard
constructor(geoname: Geoname, matchType: GeonameMatchType, prefix: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The geoname that was matched.

Link copied to clipboard

The type of name that was matched.

Link copied to clipboard

Whether the name was matched by prefix.