public class IAVenue
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
IAVenue(android.os.Parcel in)
Do not use this directly
|
|
IAVenue(java.lang.String name,
java.lang.String id,
java.util.List<IAFloorPlan> floorPlans)
Deprecated.
|
|
IAVenue(java.lang.String name,
java.lang.String id,
java.util.List<IAFloorPlan> floorPlans,
java.util.List<IAGeofence> geofences,
java.util.List<IAPOI> pois)
Constructs IAVenue based on parameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.util.List<IAFloorPlan> |
getFloorPlans()
Return the list of mapped floorplans this venue has
|
java.util.List<IAGeofence> |
getGeofences()
Return the list of cloud geofences this venue has
|
java.lang.String |
getId()
Return the ID of the venue
|
java.lang.String |
getName()
Return the name of the venue
|
java.util.List<IAPOI> |
getPOIs()
Return the list of POIs this venue has
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel out,
int flags) |
public IAVenue(java.lang.String name,
java.lang.String id,
java.util.List<IAFloorPlan> floorPlans,
java.util.List<IAGeofence> geofences,
java.util.List<IAPOI> pois)
name - Name of the venueid - ID of the venue in IndoorAtlas developer consolefloorPlans - Mapped floors that the venue hasgeofences - Cloud geofences in the venuepois - Points of Interest in the venue@Deprecated
public IAVenue(java.lang.String name,
java.lang.String id,
java.util.List<IAFloorPlan> floorPlans)
name - Name of the venueid - ID of the venue in IndoorAtlas developer consolefloorPlans - Mapped floors that the venue hasprotected IAVenue(android.os.Parcel in)
public java.lang.String getId()
public java.lang.String getName()
public java.util.List<IAFloorPlan> getFloorPlans()
public java.util.List<IAGeofence> getGeofences()
public java.util.List<IAPOI> getPOIs()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel out,
int flags)
writeToParcel in interface android.os.Parcelablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object