-
public final class IndoorLevelActivatedEvent extends IndoorChangeEvent
Change event when an indoor level is activated. See GoogleMap.OnIndoorStateChangeListener.onIndoorLevelActivated
-
-
Field Summary
Fields Modifier and Type Field Description private final IndoorBuildingbuilding
-
Constructor Summary
Constructors Constructor Description IndoorLevelActivatedEvent(IndoorBuilding building)
-
Method Summary
Modifier and Type Method Description final IndoorBuildinggetBuilding()-
-
Method Detail
-
getBuilding
final IndoorBuilding getBuilding()
-
-
-
-