Coordinates With Market Domain
data class CoordinatesWithMarketDomain(val latitude: Double, val longitude: Double, val marketDomain: TMMarketDomain?) : Coordinates
Represents geographic coordinates with an associated market domain.
Parameters
latitude
The latitude of the geographic location.
longitude
The longitude of the geographic location.
market Domain
The TMMarketDomain associated with the coordinates, or null if not specified.