Location
data class Location(val latitude: Double, val longitude: Double, val localizedName: String, val marketID: String, val marketName: String, val countryCode: String) : Parcelable
Represents a geographic location with associated market details in the prepurchase flow.
Parameters
latitude
The latitude of the geographic location.
longitude
The longitude of the geographic location.
localized Name
The localized name of the location.
market ID
The unique identifier for the market associated with the location.
market Name
The name of the market associated with the location.
country Code
The country code for the location (e.g., "US").