Location Market Model
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.
dma Id
The DMA ID for the market, defaults to empty string.
market Id
The unique ID for the market, defaults to empty string.
market Name
The name of the market, defaults to empty string.
lang Code
The language code for the market, defaults to empty string.
geo Hash
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.
country Code
The country code for the location, defaults to empty string.