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

Classes

class  Lane
 
class  RoadLanes
 
class  RouteRoadLanes
 

Public Member Functions

List< RouteRoadLanesgetComplexLanesInfo ()
 
SimpleLaneInfo getSimpleLanesInfo ()
 
int getDistanceFromStart ()
 
boolean isActive ()
 
boolean equals (Object o)
 
int hashCode ()
 

Member Function Documentation

◆ equals()

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

◆ getComplexLanesInfo()

List<RouteRoadLanes> com.sygic.sdk.navigation.routeeventnotifications.LaneInfo.getComplexLanesInfo ( )

Returns complex information about lanes

Returns
Complex information about lanes

◆ getDistanceFromStart()

int com.sygic.sdk.navigation.routeeventnotifications.LaneInfo.getDistanceFromStart ( )

Returns distance of vehicle from start in meters. This distance is useful to check if lanes info element has been already passed.

Returns
Distance of vehicle from start in meters

◆ getSimpleLanesInfo()

SimpleLaneInfo com.sygic.sdk.navigation.routeeventnotifications.LaneInfo.getSimpleLanesInfo ( )

Returns the simple information about lanes. It contains information only about current lane.

Returns
Simple information about lanes

◆ hashCode()

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

◆ isActive()

boolean com.sygic.sdk.navigation.routeeventnotifications.LaneInfo.isActive ( )

Returns if lanes information is available on current vehicle position

Returns
true if lanes information is available, false otherwise

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