LinkingRoute
The class LinkingRoute is a member of com.here.android.mpa.venues3d .
Class Summary
public class LinkingRoute
implements com.here.android.mpa.venues3d.IRouteSection
extends java.lang.Object
Represents a link section of the route.
[For complete information, see the section Class Details]
See also:
Method Summary
Methods |
---|
|
Returns a geolocation of the start point of this route route section. |
|
Returns IRouteSection.RouteSectionType of this route section. |
Returns a geolocation of the end point of this route route section. |
|
Class Details
Represents a link section of the route. The route can contain sections that are inside venue, outside venue, and link sections that typically connects indoor and outdoor locations together.
See also:
Method Details
public boolean equals (Object o)
Parameters:
-
o
public GeoCoordinate getFrom ()
Returns a geolocation of the start point of this route route section.
Returns:
A GeoCoordinate object representing the start point of this route section.
public int getLength ()
public RouteSectionType getRouteSectionType ()
Returns IRouteSection.RouteSectionType of this route section.
Returns:
A route type.
public GeoCoordinate getTo ()
Returns a geolocation of the end point of this route route section.
Returns:
A GeoCoordinate object representing the end point of this route section.
public int hashCode ()