MapstedMenuItemType

public enum MapstedMenuItemType : Int

MapstedMenuItemType - Enum for the pre-defined item types for the Mapsted Menu

  • This parameter type is not to be used for tab bar. This is default value set for any MapstedMenuItemType.

    Declaration

    Swift

    case None = -1
  • Home can be used to load up the tab with the Property Home screen

    Declaration

    Swift

    case Home
  • Buildings can be used to load up the tab with the buildings list for a property. (Note, if this is single building property, this will be replaced by the Favourites tab)

    Declaration

    Swift

    case Buildings
  • Categories can be used to load up the tab with the Categories list screen for a property

    Declaration

    Swift

    case Categories
  • Favourites can be used to load up the tab with the Favourites list screen for a property

    Declaration

    Swift

    case Favourites
  • Map

    Map can be used to load up the tab with the Map screen for a property

    Declaration

    Swift

    case Map
  • News Feed can be used to load up the tab with the NewsFeed list screen for a property

    Declaration

    Swift

    case NewsFeed
  • Menu can be used to load up the tab with the Menu list screen for a property (NOTE: please keep Menu at all the times in the Menu)

    Declaration

    Swift

    case Menu
  • Custom can be used to load up a custom screen which you create.

    Declaration

    Swift

    case Custom