CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
|
#include <CartoTypeRouter.h>
Public Attributes | |
CtLocationRefType | type |
__unsafe_unretained NSString * | identifier |
__unsafe_unretained CtGeometry * | geometry |
double | radiusInMeters |
CtSideOfRoad | sideOfRoad |
CtRoadOrientation | roadOrientation |
Parameters used for a location reference when writing traffic information.
__unsafe_unretained CtGeometry* CtLocationRef::geometry |
The point or points.
__unsafe_unretained NSString* CtLocationRef::identifier |
The arbitrary ID of the location reference.
double CtLocationRef::radiusInMeters |
The radius, if this is a circle.
CtRoadOrientation CtLocationRef::roadOrientation |
The road orientation, if relevant.
CtSideOfRoad CtLocationRef::sideOfRoad |
The side of the road, if relevant.
CtLocationRefType CtLocationRef::type |
The type of this location reference.