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

Public Attributes

CoordType iCoordType = CoordType.Degree
 
RoutePoint[] iRoutePointArray = new RoutePoint[0]
 

Detailed Description

A set of points for creating a route, with optional heading and accuracy information. Headings are used where available, and where possible, to decide between roads or choose the direction of travel on a road.

Member Data Documentation

◆ iCoordType

CoordType com.cartotype.RouteCoordSet.iCoordType = CoordType.Degree

The coordinate type of the route points.

◆ iRoutePointArray

RoutePoint [] com.cartotype.RouteCoordSet.iRoutePointArray = new RoutePoint[0]

The route points.


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