LocationMarketModel

constructor(description: String = "", name: String = "", dmaId: String = "", marketId: String = "", marketName: String = "", langCode: String = "", geoHash: String = "", unit: String = "", latitude: String = "", longitude: String = "", countryCode: String = "")

Parameters

description

The description of the location, defaults to empty string.

name

The name of the location, defaults to empty string.

dmaId

The DMA ID for the market, defaults to empty string.

marketId

The unique ID for the market, defaults to empty string.

marketName

The name of the market, defaults to empty string.

langCode

The language code for the market, defaults to empty string.

geoHash

The geohash for the location, defaults to empty string.

unit

The unit of measurement for coordinates, defaults to empty string.

latitude

The latitude of the location, defaults to empty string.

longitude

The longitude of the location, defaults to empty string.

countryCode

The country code for the location, defaults to empty string.