MPLocationSettings

data class MPLocationSettings(var selectable: Boolean?)

Constructors

Link copied to clipboard
fun MPLocationSettings(selectable: Boolean?)

Properties

Link copied to clipboard
@SerializedName(value = "selectable")
var selectable: Boolean?