Class IAPOI

    • Constructor Detail

      • IAPOI

        protected IAPOI​(Parcel in)
        Do not use this constructor directly.
    • Method Detail

      • getId

        public String getId()
        Return the identifier for this POI
      • getFloor

        public int getFloor()
        Return the int floor number for this POI
      • getLocation

        public IALatLng getLocation()
        Return the WGS84 (latitude, longitude) coordinate of this POI
      • getName

        public String getName()
        Return name of this POI. Empty string if not specified
      • getPayload

        public JSONObject getPayload()
        Return the JSONObject payload for this POI. Empty object if not available.
      • hasPayload

        public boolean hasPayload()
        Check whether this POI has a non-empty payload
        See Also:
        getPayload()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object