Skip navigation links
C G I S 

C

close() - Method in class com.indooratlas.android.wayfinding.IAWayfinder
Close the IAWayfinder.
com.indooratlas.android.wayfinding - package com.indooratlas.android.wayfinding
 
create(Context, String) - Static method in class com.indooratlas.android.wayfinding.IAWayfinder
Recommended constructor.

G

getBegin() - Method in class com.indooratlas.android.wayfinding.IARoutingLeg
Get the IARoutingPoint representing the beginning of this leg.
getDirection() - Method in class com.indooratlas.android.wayfinding.IARoutingLeg
Get the direction of the line segment in ENU coordinates in degrees.
getEdgeIndex() - Method in class com.indooratlas.android.wayfinding.IARoutingLeg
Get the zero-based index of the edge corresponding to this leg in the original JSON graph.
getEnd() - Method in class com.indooratlas.android.wayfinding.IARoutingLeg
Get the IARoutingPoint representing the end of this leg.
getFloor() - Method in class com.indooratlas.android.wayfinding.IARoutingPoint
Get the floor number of the IARoutingPoint
getLatitude() - Method in class com.indooratlas.android.wayfinding.IARoutingPoint
Get the latitude of the IARoutingPoint.
getLength() - Method in class com.indooratlas.android.wayfinding.IARoutingLeg
Get the length of the line segment in meters.
getLongitude() - Method in class com.indooratlas.android.wayfinding.IARoutingPoint
Get the longitude of the IARoutingPoint
getNodeIndex() - Method in class com.indooratlas.android.wayfinding.IARoutingPoint
Get the index of the IARoutingPoint.
getRoute() - Method in class com.indooratlas.android.wayfinding.IAWayfinder
Get the route from the current location to the specified destination.

I

IARoutingLeg - Class in com.indooratlas.android.wayfinding
Object representing the line segment between two IARoutingPoints.
IARoutingLeg(RoutingPoint, RoutingPoint, double, double, Integer) - Constructor for class com.indooratlas.android.wayfinding.IARoutingLeg
Constructor
IARoutingPoint - Class in com.indooratlas.android.wayfinding
Object representing a point in WGS coordinates on a specific floor.
IARoutingPoint(double, double, int, Integer) - Constructor for class com.indooratlas.android.wayfinding.IARoutingPoint
Constructor
IAWayfinder - Class in com.indooratlas.android.wayfinding
Main Wayfinder class.
IAWayfinder() - Constructor for class com.indooratlas.android.wayfinding.IAWayfinder
 

S

setDestination(double, double, int) - Method in class com.indooratlas.android.wayfinding.IAWayfinder
Set the destination of the wayfinding route.
setLocation(double, double, int) - Method in class com.indooratlas.android.wayfinding.IAWayfinder
Set the current location of the wayfinding route.
C G I S 
Skip navigation links