com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo Class Reference

Public Member Functions

 SimpleLaneInfo (List< LaneInfo.Lane > lanes, int lanesDistanceFromStart, boolean driveOnRight, byte[] roadId)
 
List< LaneInfo.Lane > getLanes ()
 
int getLanesDistanceFromStart ()
 
boolean isDriveOnRight ()
 
byte[] getRoadId ()
 
boolean equals (Object o)
 
int hashCode ()
 

Constructor & Destructor Documentation

◆ SimpleLaneInfo()

com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.SimpleLaneInfo ( List< LaneInfo.Lane >  lanes,
int  lanesDistanceFromStart,
boolean  driveOnRight,
byte[]  roadId 
)

Member Function Documentation

◆ equals()

boolean com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.equals ( Object  o)

◆ getLanes()

List<LaneInfo.Lane> com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.getLanes ( )

◆ getLanesDistanceFromStart()

int com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.getLanesDistanceFromStart ( )

Returns distance to lane from route start

Returns
Distance from start

◆ getRoadId()

byte [] com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.getRoadId ( )

◆ hashCode()

int com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.hashCode ( )

◆ isDriveOnRight()

boolean com.sygic.sdk.navigation.routeeventnotifications.SimpleLaneInfo.isDriveOnRight ( )

Indicates if the lane is right side driving

Returns
true if is right side driving

The documentation for this class was generated from the following file: