CartoType Android API 7.8.2, 2022-03-25
for Java development on Android
Public Attributes | List of all members
com.cartotype.RouteAccess Enum Reference

Public Attributes

 Unknown
 
 Accessible
 
 Isolated
 
 NoRoad
 

Detailed Description

The accessibility of a point for routing purposes. The Framework.getRouteAccess function, if implemented for the current router, returns a value of this type.

A point is defined as accessible if it is connected to at least 1000 other route segments; thus accessibility is not defined correctly for very small maps.

Member Data Documentation

◆ Accessible

com.cartotype.RouteAccess.Accessible

The point is accessible for outward routing.

◆ Isolated

com.cartotype.RouteAccess.Isolated

Routes cannot leave the point. The usual cause is an error in the map data like a one-way road that is a dead end.

◆ NoRoad

com.cartotype.RouteAccess.NoRoad

There are no routable roads or tracks near the point.

◆ Unknown

com.cartotype.RouteAccess.Unknown

The accessibility of the point is unknown.


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