MPIImage

data class MPIImage(    val original: String? = null,     val large: String? = null,     val dimension140x140: String? = null,     val dimension66x66: String? = null,     val xxlarge: String? = null,     val xsmall: String? = null,     val xlarge: String? = null,     val medium: String? = null,     val xxsmall: String? = null,     val small: String? = null)

MPIImage represents the logo image of MPINavigatable.MPILocation

Constructors

Link copied to clipboard
fun MPIImage(    original: String? = null,     large: String? = null,     dimension140x140: String? = null,     dimension66x66: String? = null,     xxlarge: String? = null,     xsmall: String? = null,     xlarge: String? = null,     medium: String? = null,     xxsmall: String? = null,     small: String? = null)

Properties

Link copied to clipboard
val dimension140x140: String? = null

String url of the dimension140x140-sized MPIImage

Link copied to clipboard
val dimension66x66: String? = null

String url of the dimension66x66-sized MPIImage

Link copied to clipboard
val large: String? = null

String url of the large-sized MPIImage

Link copied to clipboard
val medium: String? = null

String url of the medium-sized MPIImage

Link copied to clipboard
val original: String? = null

String url of the original-sized MPIImage

Link copied to clipboard
val small: String? = null

String url of the small-sized MPIImage

Link copied to clipboard
val xlarge: String? = null

String url of the xlarge-sized MPIImage

Link copied to clipboard
val xsmall: String? = null

String url of the xsmall-sized MPIImage

Link copied to clipboard
val xxlarge: String? = null

String url of the xxlarge-sized MPIImage

Link copied to clipboard
val xxsmall: String? = null

String url of the xxsmall-sized MPIImage