MPIImage
public struct MPIImage : Codable
MPIImage
represents the logo image of MPILocation
-
String url of the original-sized
MPIImage
Declaration
Swift
public let original: String?
-
String url of the xxsmall-sized
MPIImage
Declaration
Swift
public let xxsmall: String?
-
String url of the xsmall-sized
MPIImage
Declaration
Swift
public let xsmall: String?
-
String url of the small-sized
MPIImage
Declaration
Swift
public let small: String?
-
String url of the medium-sized
MPIImage
Declaration
Swift
public let medium: String?
-
String url of the large-sized
MPIImage
Declaration
Swift
public let large: String?
-
String url of the xlarge-sized
MPIImage
Declaration
Swift
public let xlarge: String?
-
String url of the xxlarge-sized
MPIImage
Declaration
Swift
public let xxlarge: String?
-
String url of the
MPIImage
with 140x140 dimensionDeclaration
Swift
public let dimension140x140: String?
-
String url of the
MPIImage
with 66x66 dimensionDeclaration
Swift
public let dimension66x66: String?