Class IARoute.Point

    • Constructor Detail

      • Point

        public Point​(double latitude,
                     double longitude,
                     int floorLevel,
                     int id)
        Constructor
      • Point

        public Point​(Parcel in)
    • Method Detail

      • getLatitude

        public double getLatitude()
        Get the latitude of the IARoute.Point.
      • getLongitude

        public double getLongitude()
        Get the longitude of the IARoute.Point
      • getFloor

        public int getFloor()
        Get the floor number of the IARoute.Point
      • getNodeIndex

        public Integer getNodeIndex()
        Get the index of the IARoute.Point. This is the zero-based index of the node in the original JSON graph this IARoute.Point corresponds to. If this is a virtual wayfinding node, e.g., a starting point of the route outside the original graph, this method returns null.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object