Class RouteSegment

  • All Implemented Interfaces:
    android.os.Parcelable

    public abstract class RouteSegment
    extends Object
    implements android.os.Parcelable
    A continuous segment of a route that contains points of the same floor
    • Constructor Detail

      • RouteSegment

        public RouteSegment()
    • Method Detail

      • getFloorIdentifier

        public abstract String getFloorIdentifier()
        Return the floor of the segment
      • getPoints

        public abstract List<Point> getPoints()
        Return the points of the segment