CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.RoutePoint Class Reference

Public Attributes

double x = 0
 
double y = 0
 
double heading = 0
 
boolean headingKnown = false
 
LocationMatchParam locationMatchParam
 

Detailed Description

A point on a route with heading and location match parameters.

Member Data Documentation

◆ heading

double com.cartotype.RoutePoint.heading = 0

The heading in degrees clockwise from north.

◆ headingKnown

boolean com.cartotype.RoutePoint.headingKnown = false

True if the heading is known.

◆ locationMatchParam

LocationMatchParam com.cartotype.RoutePoint.locationMatchParam

Parameters used when matching the point to a road or other routable segment. If null, default parameters are used.

◆ x

double com.cartotype.RoutePoint.x = 0

The X coordinate.

◆ y

double com.cartotype.RoutePoint.y = 0

The Y coordinate.


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