Package 

Class EdgeId

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class EdgeId
    extends MapObjectId implements Parcelable
                        

    Data class that contains edge id information. To create EdgeId externally, please pass in correct and reasonable parameters

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class EdgeId.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer direction
    • Constructor Summary

      Constructors 
      Constructor Description
      EdgeId(Parcel source)
      EdgeId(Long lower, Long upper, Integer direction)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • EdgeId

        EdgeId(Parcel source)
      • EdgeId

        EdgeId(Long lower, Long upper, Integer direction)