Stay organized with collections Save and categorize content based on your preferences.
Represents a level in a building.
IndoorLevel objects are only equal by id. It is possible that may have different contents.
While a level is usually enclosed by a single building, a level might be enclosed by several buildings (e.g., a carpark level might span multiple buildings).
Public Method Summary Inherited Method Summary From class java.lang.Object Objectclone()
boolean voidfinalize()
final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Public Methods public void activate ()Sets this level as the visible level in its building. If a level is enclosed in several buildings, then all those buildings will have this level set as active.
public boolean equals (Object other)Tests if this IndoorLevel
is equal to another.
Localized display name for the level, e.g. "Ground floor". Returns an empty string if no name is defined.
public String getShortName ()Localized short display name for the level, e.g. "1". Returns an empty string if no shortName is defined.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`IndoorLevel` represents a level within a building, possibly spanning multiple buildings like a parking garage."],["Levels are uniquely identified by their ID, but their content may differ."],["You can set a level as active/visible within its building(s) using `activate()`."],["`getName()` and `getShortName()` provide localized display names for the level."],["Equality checks for `IndoorLevel` objects are based solely on their ID."]]],["`IndoorLevel` represents a building level, which can span multiple buildings. Key actions include `activate()`, which makes the level visible across its buildings, and `equals(Object other)`, which checks if two `IndoorLevel` objects are identical. Other methods provide information: `getName()` returns the localized full name, `getShortName()` the short name, and `hashCode()` returns an integer value of it. Inherited methods allow object comparison, string conversion, and process handling. `IndoorLevel` objects are equal if they have the same ID.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4