YMKDrivingTrafficLight

Важно

This feature is available in the Full MapKit SDK version

@interface YMKDrivingTrafficLight : NSObject

A traffic light object.

Summary

Class methods

+ (nonnull YMKDrivingTrafficLight *)trafficLightWithPosition:(nonnull YMKPolylinePosition *)position;

Properties

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *position;
The position of the traffic light

Class methods

trafficLightWithPosition:

+ (nonnull YMKDrivingTrafficLight *)trafficLightWithPosition:(nonnull YMKPolylinePosition *)position;


Properties

position

@property (nonatomic, readonly, nonnull) YMKPolylinePosition *position;

The position of the traffic light.


Предыдущая
Следующая