MenuBuilder
Builder class to construct a customizable list of map-related menu items.
Usage: val builder = MenuBuilder(context) val menuItems = builder .include(FAVOURITES, SAVED_ROUTES) .build(isMultiBuilding = true)
If no items are included via include(...), the full menu will be returned by default.