CartoType iOS API 7.8.2, 2022-03-25
for development in Swift and Objective C for iOS and Mac OS
Public Attributes | List of all members
CartoTypeLocationRef Struct Reference

#include <CartoTypeRouter.h>

Public Attributes

CartoTypeLocationRefType type
 
__unsafe_unretained NSString * identifier
 
__unsafe_unretained CartoTypeGeometrygeometry
 
double radiusInMeters
 
CartoTypeSideOfRoad sideOfRoad
 
CartoTypeRoadOrientation roadOrientation
 

Detailed Description

Parameters used for a location reference when writing traffic information.

Member Data Documentation

◆ geometry

__unsafe_unretained CartoTypeGeometry* CartoTypeLocationRef::geometry

The point or points.

◆ identifier

__unsafe_unretained NSString* CartoTypeLocationRef::identifier

The arbitrary ID of the location reference.

◆ radiusInMeters

double CartoTypeLocationRef::radiusInMeters

The radius, if this is a circle.

◆ roadOrientation

CartoTypeRoadOrientation CartoTypeLocationRef::roadOrientation

The road orientation, if relevant.

◆ sideOfRoad

CartoTypeSideOfRoad CartoTypeLocationRef::sideOfRoad

The side of the road, if relevant.

◆ type

CartoTypeLocationRefType CartoTypeLocationRef::type

The type of this location reference.


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