SnowMappy SDK
androidJvm
SnowMappy SDK
/
io.bemappy.sdk.models
/
UserMarker
User
Marker
data
class
UserMarker
(
val
userLocation
:
UserLocation
,
val
name
:
String
,
val
icon
:
Bitmap
)
Members
Constructors
User
Marker
Link copied to clipboard
constructor
(
userLocation
:
UserLocation
,
name
:
String
,
icon
:
Bitmap
)
Functions
get
Bitmap
Icon
Link copied to clipboard
fun
getBitmapIcon
(
)
:
Bitmap
Properties
icon
Link copied to clipboard
val
icon
:
Bitmap
name
Link copied to clipboard
val
name
:
String
user
Location
Link copied to clipboard
val
userLocation
:
UserLocation