MenuItemModel

data class MenuItemModel(val title: String, val iconResId: Int, val type: MenuBuilder.MapMenuItemType)

Constructors

Link copied to clipboard
constructor(title: String, iconResId: Int, type: MenuBuilder.MapMenuItemType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard