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

Public Attributes

double iX = 0
 
double iY = 0
 
double iHeading = 0
 
boolean iHeadingKnown = false
 
LocationMatchParam iLocationMatchParam
 

Detailed Description

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

Member Data Documentation

◆ iHeading

double com.cartotype.RoutePoint.iHeading = 0

The heading in degrees clockwise from north.

◆ iHeadingKnown

boolean com.cartotype.RoutePoint.iHeadingKnown = false

True if the heading is known.

◆ iLocationMatchParam

LocationMatchParam com.cartotype.RoutePoint.iLocationMatchParam

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

◆ iX

double com.cartotype.RoutePoint.iX = 0

The X coordinate.

◆ iY

double com.cartotype.RoutePoint.iY = 0

The Y coordinate.


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