routoMapSDK Android
routoMapSDK Android
/
com.routo.mapsdk.dataclass
/
ParkingImageInfo
Parking
Image
Info
data
class
ParkingImageInfo
(
val
pixelRatio
:
Int
,
val
width
:
Int
,
val
x
:
Int
,
val
y
:
Int
,
val
height
:
Int
)
Constructors
Properties
Constructors
Parking
Image
Info
Link copied to clipboard
fun
ParkingImageInfo
(
pixelRatio
:
Int
,
width
:
Int
,
x
:
Int
,
y
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
pixel
Ratio
Link copied to clipboard
val
pixelRatio
:
Int
width
Link copied to clipboard
val
width
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int