public final enum

RouteMatchingPointType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.routing.RouteMatchingPointType

Class Overview

Route matching point type.

Summary

Enum Values
RouteMatchingPointType  ROUTE_MATCHING_POINT_INTERPOLATED  The point was interpolated. 
RouteMatchingPointType  ROUTE_MATCHING_POINT_MATCHED  The point was matched. 
RouteMatchingPointType  ROUTE_MATCHING_POINT_UNMATCHED  The point was unmatched. 
Public Methods
static RouteMatchingPointType swigToEnum(int swigValue)
final int swigValue()
static RouteMatchingPointType valueOf(String name)
final static RouteMatchingPointType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RouteMatchingPointType ROUTE_MATCHING_POINT_INTERPOLATED

The point was interpolated.

public static final RouteMatchingPointType ROUTE_MATCHING_POINT_MATCHED

The point was matched.

public static final RouteMatchingPointType ROUTE_MATCHING_POINT_UNMATCHED

The point was unmatched.

Public Methods

public static RouteMatchingPointType swigToEnum (int swigValue)

public final int swigValue ()

public static RouteMatchingPointType valueOf (String name)

public static final RouteMatchingPointType[] values ()