MapsIndoorsAndroid
androidJvm
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPImageBatchItem
MPImage
Batch
Item
open
class
MPImageBatchItem
MPImageBatchItem
Members
Constructors
MPImage
Batch
Item
Link copied to clipboard
constructor
(
@
Nullable
bitmap
:
Bitmap
,
httpStatus
:
Int
)
constructor
(
@
Nullable
bitmap
:
Bitmap
,
httpStatus
:
Int
,
@
Nullable
tag
:
Any
)
Functions
get
Bitmap
Link copied to clipboard
@
Nullable
open
fun
getBitmap
(
)
:
Bitmap
The resulting mBitmap, if any
get
Http
Status
Link copied to clipboard
open
fun
getHttpStatus
(
)
:
Int
The resulting
HttpURLConnection
status code, if any
get
Tag
Link copied to clipboard
@
Nullable
open
fun
getTag
(
)
:
Any