MapsIndoorsSDK
MapsIndoorsSDK
/
com.mapsindoors.mapssdk
/
ImageSize
Image
Size
open
class
ImageSize
:
MPModelBase
Content copied to clipboard
ImageSize
Author
Jose J Varó - Copyright © 2018 MapsPeople A/S. All rights reserved.
Constructors
Functions
Properties
Constructors
Image
Size
Link copied to clipboard
open
fun
ImageSize
(
)
Content copied to clipboard
Image
Size
Link copied to clipboard
open
fun
ImageSize
(
@
NonNull
srcImageSize
:
ImageSize
)
Content copied to clipboard
Image
Size
Link copied to clipboard
open
fun
ImageSize
(
width
:
Int
,
height
:
Int
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
height
Link copied to clipboard
open
val
height
:
Int
Content copied to clipboard
width
Link copied to clipboard
open
val
width
:
Int
Content copied to clipboard