setLabeltextPreference abstract method

void setLabeltextPreference(
  1. List<String> labelTextPref
)

Sets override labelTextPreference for labels.

  • labelTextPref The list of string override labelTextPreference.

"OCCUPANT_NAMES" - To display only occupant names on map as a label text. Example: Boutique Du Chocolat for id 7348

"SPACE_NAME" - To display only space names on map as a label text. Example: Family Services/First Aid for id 7348

"SPACE_TYPE_NAME" - To display only space types on map as a label text. Example: DEFIBRILLATOR for id 7348

"SPACE_CATEGORY_NAME" - To display only space categories on map as a label text. Example: SAFETY for id 7348

"INTERNAL_ADDRESS" - To display only internal addresses on map as a label text. Example: 51/D for id 7348

Implementation

void setLabeltextPreference(List<String> labelTextPref);