Skip to content

Class RoutePath

Il Kadyrov edited this page Oct 2, 2020 · 1 revision

RoutePath class is used for storing the route path between the two points on the location.

Referenced from: Position, RouteListener.

Public methods

Function getLength

public float getLength()

Function returns the route length (in meters).

Function getEvents

public ArrayList<RouteEvent> getEvents()

Function returns the sequence of route events on the route path (see class RouteEvent).

Function getPoints

public ArrayList<LocationPoint> getPoints()

Function returns the sequence of points composing the path (see class LocationPoint).

Clone this wiki locally